IsNumeric

Description

Returns True if the specified string contains only numbers 0 to 9. The optional parameter AllowBlanksAsNumeric allows the function to return True for a blank string. The default for the parameter is False.

Syntax

IsNumeric(AString: String, [AllowBlanksAsNumeric]): String

Example

IsNumeric(12345)

The return value is True.