Memory

Description:              This function returns the number of bytes currently used by VTS

Returns:                    Numeric

Usage:                       Script

Format:                      Memory()

Parameters:             None

Comments:               This function will return the amount of memory in bytes which is in use by VTS at the time that it is executed.

Example:

If ! Valid(memUsed);

[

  memUsed = Memory(); 

]