LGET_BUFFER

Concept Link IconSee also

Read a LONG located in a memory area.

WebVue support - Yes.

Syntax

LongVal = LGET_BUFFER(handle, Offset);

Return type: LONG.

Argument

Meaning

Handle

The location of the memory buffer as returned by ALLOC_BUFFER. Type LONG.

Offset

The offset in bytes at which the LONG is to be found. Any numeric type.

Execution

Return:

A LONG located in a memory buffer reserved by ALLOC_BUFFER.

Example

i1 = LGET_BUFFER(handle, 2);