readListFlatRaw

Help Contents Communication Receivers readListFlatRaw
readListFlatLine readListFlatTags

readListFlatRaw


reads a complete file and output its contents as one big list. This is mostly useful for parsing files.

Example:

openRead "box.lg
setReader "box.lg  show readListFlatRaw

output:

[to   box 
 	 repeat   4 
 	 [ 	 fd   100   rt   90 
 	 ] 
 	 rt   30 
 end 
]

Afterwards dont forget to close the file:

setReader []
close "box.lg

Example:

Reference:

readListFlatLine readListFlatTags