[String_IsDigit] returns boolean True if the string contains only numerals (0-9).
string_isdigit('String Value')
Use the [String_IsDigit] method. The following example checks whether the string "123" contains numeric digits only, returning True.
Code
string_isdigit(123)
Result
true
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments