{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

NumericText

Checks if a string is numeric, that is, whether or not it can be converted to a numeric value.

Usage:

NumericText( x )

Parameters:

x The string to check

Returns:

True if the string is numeric, false otherwise.

Examples:

NumericText("abc")  // Returns false.
NumericText("12m1") // Returns false.
NumericText("45")   // Returns true.
NumericText("1.2")  // Returns true.
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - NumericText