Determines if a string value consist of numeric values#
Functionality:#
This function returns a boolean TRUE or FALSE if the passed string is numericParameters:#
STRING | The test value you want to test |
Returns: #
TRUE/FALSEErrors: #
- None
Notes#
- This is normally used in programming logic to ensure that a variable contains numeric values only, so as to prevent other errors from occurring