Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > IsNumeric
Current Help System: PC-DMIS BASIC (View Core Help)
IsNumeric(v)
Returns a TRUE or FALSE indicating if the v parameter can be converted to a numeric data type.
The parameter v can be any variant, numeric value, Date or string (if the string can be interpreted as a numeric).
Related topics: IsDate, IsEmpty, IsNull, VarType
More: