Internal Data Table Statements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
;[[Restore Data|Restore]] (RES) data pointer | ;[[Restore Data|Restore]] (RES) data pointer | ||
Moves the pointer in an internal DATA table to the first line or to the first item on the specified line. | Moves the pointer in an internal DATA table to the first line or to the first item on the specified line. | ||
<noinclude> | |||
[[Category:Summary of Statements]] | |||
</noinclude> |
Latest revision as of 01:13, 16 July 2013
- Data (DA)
Creates an internal table of numeric and string constants that is used by READ to assign values to variables.
- Read (REA) data
Assigns values to variables from tables created by DATA statements.
- Restore (RES) data pointer
Moves the pointer in an internal DATA table to the first line or to the first item on the specified line.