Internal Data Table Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
#REDIRECT[[:Category:Internal Data Table Statements]]
;[[Data]] (DA)
Creates an internal table of numeric and string constants that is used by READ to assign values to variables.
 
;[[Read Data|Read]] (REA) data
Assigns values to variables from tables created by DATA statements.
 
;[[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.

Revision as of 22:14, 6 February 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.