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

@BPOKE[handle,offset,size,value] : Write a value to a binary buffer.

 

handle - a binary handle from @BALLOC

 

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

 

size - the size of the value (in bytes):

 

1 - character

2 - short

4 - int

8 - int64

 

value - the value to poke

 

@BPOKE returns 0 on success.

Comments (...)