L lqg2118 Member Licensed User Longtime User May 11, 2011 #1 why doesn't readbytes() support define a start position? my program are forced to read a entire large file about 50M,while device's memory is limited. Last edited: May 11, 2011
why doesn't readbytes() support define a start position? my program are forced to read a entire large file about 50M,while device's memory is limited.
Erel B4X founder Staff member Licensed User Longtime User May 11, 2011 #2 You should set the position with BinaryFile.Position and then read the data.