Whatever message this page gives is out now! Go check it out!
LSIsNumeric(string [, locale])Parameter | Description |
string | A string or a variable that contains one |
locale | Locale to use instead of the locale of the page when processing the function |
<cfscript>
num="123-456"
locale=getLocale()
writeOutput("Locale is: " & locale & "<br/>")
writeOutput(LSISNumeric(num,locale))
</cfscript>