STORE/'expression name',data
Stores numerical data in an expression. If the specified expression does not exist a new expression is created. The expression name can be a string up to 32 characters long. The data value must be a numerical value (either a constant or a variable). The STORE statement cannot be used in a statement with an equal sign (=).
Statement |
Assigned Value |
STORE/'length',16.7 |
The expression named "length" receives the value 16.7 |
Parameter |
Description |
'expression name' |
A string or string variable which represents the name of the expression where the data is to be stored. |
data |
Any numerical data which is to be stored in the specified expression. |