Buffer Management Instructions

Instruction

Action

ALLOC_BUFFER

Allocate a memory area of N bytes.

BUFTOEXCEL Create an Excel file in XLSX format using the contents of a memory buffer.

BUFTOFILE

Create a file using the contents of a memory buffer.

CGET_BUFFER

Recover a character located in a memory area allocated with ALLOC_BUFFER.

COPY_BUFFER

Copy the contents of a buffer to another buffer.

DGET_BUFFER

Recover a DOUBLE located in a memory area allocated with ALLOC_BUFFER.

EXCELTOBUF

Create a memory buffer from an Excel file in XLSX format.

FILETOBUF

Create a memory buffer using the contents of a file.

FREE_BUFFER

Free a memory area allocated with ALLOC_BUFFER.

IGET_BUFFER

Recover an INTEGER located in a memory area allocated with ALLOC_BUFFER.

LGET_BUFFER

Recover a LONG located in a memory area allocated with ALLOC_BUFFER.

PUT_BUFFER

Store data in a memory area allocated with ALLOC_BUFFER.

SEQ_BUFFER

Enter a string into a memory area allocated with ALLOC_BUFFER.

SGET_BUFFER

Recover a SINGLE located in a memory area allocated with ALLOC_BUFFER.