Take Command / TCC Help v. 13.03
@BWRITENot in LE
Hide Navigation Pane
@BWRITENot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@BWRITENot 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 (...)

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

 

handle - a binary handle from @BALLOC

 

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

 

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

 

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

 

length - the number of bytes to write (decimal or hex)

 

@BWRITE returns the number of bytes written

Comments (...)