IsNumeric() |
Top Previous Next |
IsNumeric() - Numeric Data Check Description The IsNumeric() function checks whether the supplied expression is a valid numeric value and returns either true or false. Boolean = IsNumeric(Numeric String) Result True or False Example If IsNumeric("23") Then SMEvent.Raise "Trace", "That is a valid number" End If |