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