Xbasic
BLOB.POKEB Function
Syntax
V pokeb(N position,B blob)
Arguments
- position
The byte position to write the data.
- blob
The name of a blob variable.
Description
Set a blob to a bigger blob.
Discussion
The .POKEB() method writes a blob to Position.The .POKEB() method does not change the size of the blob. Use the <BLOB>.RESIZE() method to change the size of a blob.
See Also