Data [expression1][,expression2][,expression3]...
Save the result of expressions into memory that can be re-read by Read instruction. Expressions can be any numeric or string expressions, variables or constants. This statement must be executed before a data is available for Read instruction. A pointer to next data is automatically incremented for each data read by Read instruction. Such pointer can be reset by Restore. |