Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
DATA Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
DATA - a non-executable statement that stores the numeric and string
constants used by a program's READ statements
Syntax
DATA constant[,constant]...
■ constant is any valid numeric or string constant. If a string constant
contains commas, colons, or leading or trailing spaces you want to
preserve in your program, you must enclose the string in double quotes.
See Also ◄READ► ◄RESTORE►