Changes

SsParseNum

47 bytes added, 19:41, 18 November 2013
no edit summary
Where: <br / >
 {| border="1"!Parameter!Description|-|<b><em>value </em></b>- |Required. Is the a value to be converted to a number (i.e: $5,000.00 and 5,000% will be converted to 5000)<br />|-|<b><em>emptyok </em></b>- |Optional. Is a true/false value
:*if ''emptyok'' is true - an empty string will be returned by ssParseNum if the value is ''empty''
:*if ''emptyok'' is false - a "0" will be returned by ssParseNum if the value is ''empty''
|}
==Examples==
<pre>
8,849
edits