07-31-2008 07:31 AM
07-31-2008 07:38 AM
07-31-2008 07:44 AM
07-31-2008 07:54 AM
07-31-2008 08:10 AM
Hi Mike, Muks,
thanks for the replies.
Mike, I have no problem getting each 1029 bytes of data from the file. I have a loop and it creates the following
ARRAY(Byte 1)
ARRAY(Byte 2)
etc etc
However, that only gets me 1029 bytes of data each time around the loop. I then need to put the 1029 bytes into another array so that I have say 10000 * 1029 bytes of data.
ARRAY(0,1029 bytes)
ARRAY(10000,1029 bytes)
regards
Billy.
07-31-2008 08:15 AM
Hi Billy,
what do you mean? See the picture please. You will get an array and each element contains 1029 bytes.
Mike
07-31-2008 08:22 AM