Previous Topic: Using the LOCATE CommandNext Topic: PROFILE Command


MEMORY Command

       ┌             ┐
MEMory │ < STATIC  > │
       └ \ DYNAMIC / ┘

Where:

STATIC

specifies to obtain storage one time and track until the end of the setup or runtime session.

DYNAMIC

specifies to obtain new storage and free it each time the EDITOR driver module is called.

Internal storage is determined by the MEMORY command.