Take Command / TCC Help v. 13.03
@BREADNot in LE
Hide Navigation Pane
@BREADNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@BREADNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@BREAD[handle,offset,filehandle,fileoffset,length] : Read from a file to a binary buffer.

 

handle - a binary handle from @BALLOC

 

offset - the byte offset in the buffer (decimal or hex)

 

filehandle - a file handle opened for reading (from @FILEOPEN)

 

fileoffset - the read offset (from the current file position) (decimal or hex)

 

length - number of bytes to read (decimal or hex)

 

@BREAD returns the number of bytes actually read.

Comments (...)