Difference between revisions of "AMOSi:Read"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-4/Help_48.AMOS


READs information from a DATA statement into a list of variables, using a special marker to locate the next item of data to be read. Variables must be the same type as the data already held at the current position in the program, and should be separated by commas.


Read list of variables