Previous Topic: LOCATE CommandNext Topic: NULLS Command


MEMORY Command

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

Internal storage is determined by the MEMORY command.

STATIC

Specifies to obtain storage one time and track until the end of the session.

DYNAMIC

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