[Gambas-user] read/data commands

Keith Clark keithclark at ...2185...
Wed Jun 26 23:17:56 CEST 2013


Does Gambas support read/data commands like the following for loading a 
simple array with fixed values?

for t=0 to 4
     for x = 0 to 4
         read v(t,x)
     next x
next t

data 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5......

Maybe I'm just not finding it?




More information about the User mailing list