==Overview==
To convert a number from a formatted string (containing symbols like "$" or "%") to a number using [[JavaScript]] you can use a function called ''ssParseNum''.
''ssParseNum'' is preferred to the standard ''parseFloat'' function because it automatically replaces the dollar sign.
==Syntax==