Equinox Online Help - Language Reference - A to Z
IsNumber |
|
|---|---|
| Applies to | ![]() |
| Syntax | IsNumber (StringExpression) |
| Action | [Function] Identifies whether a given string is (or contains) a numeric value. |
| Scope | Usable anywhere. |
| Notes | This function examines the argument (StringExpression) and returns one of the values:
Note the following points:
|
| Category | String handling |
| See Also | ChrList, Chrs, Compare, Fill, Left_Function, Len, Match, Maxlen, Mid_Function, Remove, Replace, Right_Function], Search_SearchNext, SetLen, SetMaxLen, SortOrder, SubstituteData |
| Example | The following example shows how the function may be used to separate a string value into numeric and non-numeric parts. string s |
