Converts an passed expression to a TYPE FLOATING point numeric value.
Syntax: |
---|
value = AsFloating( expression ) |
Parameter: |
Description: |
---|---|
expression |
Expression to convert to a floating numeric value |
value |
Converted expression is returned as a TYPE Floating number. |
Example: |
---|
VARIABLES: stringOne, stringTwo TYPE: STRING
Results:This prints the string "123.456456.789" |
Edit Time: 9/18/2020 11:52:29 AM |
Topic ID#: 46 |