Command DATA
Function:
Clear or add items to a global list.
Syntax:
DATA [item, ...]
| item | Sequence of characters. |
Note:
- When no parameters are specified for command DATA then the global list is cleared.
- Each item is separated by comma's and multiple DATA commands simply append items to the global list.
- Each batch program receives its own global list. A batch program can not affect the global list of another batch program. Also, the global list is automatically discarded when a batch program ends.
- An item is retrieved from the global list by using command READ.
- Example on using DATA.
- Also see command READ and Batch Programs.
|