Login
Plus/4 EncyclopediaFirstBackNextLast

DATA Statement
Category
Reference/Commodore Basic V3.5

Topic
DATA list of constants seperated by commas

DATA statements are followed by a list of items to be read by READ statements. The items may be strings or numeric values. If strings are to contain colons or commas, they must be enclosed within double quotes (this can also include special characters, such as FLASH or CLEAR). If two commas have nothing between them, the value will be read as either a zero number or an empty string.

DATA statements can be re-read using the RESTORE statement.

Although the DATA statement can be entered in direct mode, it has no functional purpose, as READ statements can only read DATA items in program lines.

Examples
100 DATA 100,200,TEST ME,"TEST:ME,NOW",,ABC123 A variety of data types

Abbreviation
D SHIFT+A



Copyright © Plus/4 World Team, 2001-2024