Determines if a string value consist of numeric values#

Functionality:#

This function returns a boolean TRUE or FALSE if the passed string is numeric

Parameters:#

STRING The test value you want to test

Returns: #

TRUE/FALSE

Errors: #

  • 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

Notes#

Click to create a new notes page