Converts the argument to a real value.
Category: | String |
Returned data type: | Real |
// Declare a real variable to contain the real value real realval // Use the TOREAL function to populate the real variable realval=toreal(3750.12345) // Returns the value: 3750.12345