Buffer Management
Instructions
Instruction |
Action |
Allocate a memory area of N bytes. |
|
BUFTOEXCEL | Create an Excel file in XLSX format using the contents of a memory buffer. |
Create a file using the contents of a memory buffer. |
|
Recover a character located in a memory area allocated with ALLOC_BUFFER. |
|
Copy the contents of a buffer to another buffer. |
|
Recover a DOUBLE located in a memory area allocated with ALLOC_BUFFER. |
|
Create a memory buffer from an Excel file in XLSX format. |
|
Create a memory buffer using the contents of a file. |
|
Free a memory area allocated with ALLOC_BUFFER. |
|
Recover an INTEGER located in a memory area allocated with ALLOC_BUFFER. |
|
Recover a LONG located in a memory area allocated with ALLOC_BUFFER. |
|
Store data in a memory area allocated with ALLOC_BUFFER. |
|
Enter a string into a memory area allocated with ALLOC_BUFFER. |
|
Recover a SINGLE located in a memory area allocated with ALLOC_BUFFER. |