Previous Topic: Using the LOCATE CommandNext Topic: NULLS Command


MEMORY Command

Internal storage is determined by the MEMORY Command. The syntax for the MEMORY Command is:

MEMory {STATIC
        DYNAMIC}

where:

STATIC—specifies to obtain storage one time and track it until the end of the session.

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

This command is available in edit and browse modes.