IsNumeric
Description
Determines if a numeric value or currency amount can be detected and parsed from a character string.
Arguments
1.IsNumeric - Name of the Macro.
2.Base String - The complete string of characters that contains the value to parse.
Examples
[IsNumeric|$1,000,000.00]
Returns true.
[IsNumeric|1 million dollars]
Returns false.
Notes
The function only returns the values true and false. Blank values will not be considered numeric.
Copyright © 2023 pasUNITY, Inc.
Send comments on this topic.