| .DATA Statement QuickSCREENi |
|
  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 |