July 2013 9.10 Commands for String Processing 1823
9.10.1 LOAD String (L)
Syntax: L (LOAD)
Operands: S <arg>
Action:
Load the string accumulator. The string that the iTNC is to load is selected
through the argument <arg> after the operand designation. See also "Operand
declaration."
Example:
See OVWR command.
9.10.2 ADD String (+)
Syntax: + (PLUS)
Operands: S <arg>
Action:
Append another string to a string in the string accumulator. The string that the
iTNC 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.
9.10.3 STORE String (=)
Syntax: = (STORE)
Operands: S <arg>
Action:
Assign the content of the string accumulator to the string memory. The
memory into which the iTNC is to copy the string is selected through the
argument <arg> after the operand designation. Permissible arguments:
0 to 99 (String memory S0 to S99). See also "Operand declaration."
Example:
See OVWR command.