Command EN Version 1.90

DISPLAY USED MEM

Syntax

DISPLAY USED MEM;

Description

DISPLAY USED MEM returns the number of bytes in dynamic memory currently being used by the program.

Example:

DISPLAY USED MEM;
END;