Command EN Version 3.00

DISPLAY VACANT MEM

Syntax

DISPLAY VACANT MEM;

Description

DISPLAY VACANT MEM returns the number of bytes in dynamic memory which is currently not being used by the program.

Example:

DISPLAY VACANT MEM;
END;