GetMemUsage

System function.

The GetMemUsage function returns the percentage memory use (from 0 to 100). Not available in WinTask Lite.

Syntax

Num=GetMemUsage()

Parameters

None.

Return value

Num, integer, percentage memory used.

Num= -3 if the statistical function has failed.

Example

 

a=GetMemUsage()