IGET_BUFFER
Read an integer located in a memory area.
WebVue support - Yes.
Syntax
IntVal = IGET_BUFFER(Handle, Offset);
Return type: INTEGER.
Argument |
Meaning |
Handle |
The location of the memory buffer as returned by ALLOC_BUFFER. Type LONG. |
Offset |
The offset in bytes at which the integer is to be found. Any numeric type. |
Execution
Return: |
An integer located in a memory area reserved by ALLOC_BUFFER or FILETOBUF. |
Example
i1 = IGET_BUFFER(handle,2);