Use this function when you need to be sure the expression is of TYPE FLOATING.
Function examines the expression numeric TYPE to determine if it is a Floating Point or decimal number.
| Syntax: | 
|---|
| value = IsFloating( expression ) | 
| Parameter: | Description: | 
|---|---|
| expression | expression to check | 
| value | Returns True when the expression is a floating value, or a False when it isn't. | 
| Example: | 
|---|
| VARIABLES: variableOne TYPE: STRING   
 Results:This prints "ABC is NOT floating. | 
| Edit Time: 9/18/2020 11:54:48 AM | Topic ID#: 43 |