[Gambas-user] READ statement question

nando nando_f at ...951...
Thu May 5 04:25:51 CEST 2005


I want to read in 100 bytes from a file in to an array

DIM  buffer[500] AS BYTE


Do I have to do it one at a time in a loop
or can I

READ #hfile, buffer[1],100

??

-Fernando




More information about the User mailing list