STOR

Perform an explicit conversion from string to real number. You usually don't need to use STOR because Adams automatically coerces strings into real values, when the context demands it.

Format

STOR (string)

Arguments

 
String
A character string representation of a number.

Example

The following example illustrates the use of the STOR function:
 
Function
STOR("12")
Result
12.0