January 2012 8.20 STORE String (=) 1725
8.18 LOAD String (L)
Syntax: L (LOAD)
Operands: S <arg>
Action:
Load the string accumulator. The string that the control is to load is selected
through the argument <arg> after the operand designation. See also "Operand
declaration."
Example:
See OVWR command.
8.19 ADD String (+)
Syntax: + (PLUS)
Operands: S <arg>
Action:
Append another string to a string in the string accumulator. The string that the
control is to load is selected through the argument <arg> after the operand
designation. See also "Operand declaration." The resulting string must not be
longer than 128 characters.
Example:
See OVWR command.
8.20 STORE String (=)
Syntax: = (STORE)
Operands: S <arg>
Action:
Assign the content of the string accumulator to the string memory. The
memory into which the control is to copy the string is selected through the
argument <arg> after the operand designation. Permissible arguments:
0 to 15 (String memory S0 to S99). See also "Operand declaration."
Example:
See OVWR command.