Tag converts a formatted number such as $100,000 back to an integer (e.g. 100000). Note the difference with Bil's tag [lp_string_getNumeric] - my tag returns the integer value, ignoring digits after a period:
[pk_stringtointeger] $100,000.45 -> 100000
[lp_string_getNumeric] $100,000.45 -> 10000045
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.