DATA
This command allows you to create a sequence of data values as part of your program. The values can be integer, real or string values. You may place the data values in any order you wish providing you separate each one with a comma or place new data values in a separate DATA statement. Data values can be read from the DATA statement using the READ command, and the point at which the data is read can be reset using the RESTORE command. You can separate batches of DATA statements using labels in order to segment your data for alternative uses.

SYNTAX
DATA Datalist

RELATED INFO
Basic Commands
Glossary

EXAMPLE
DATA Commands