getSystemFreeMemory

Gets details of free memory.

getSystemFreeMemory(); → returns numeric

Examples
Sample code invoking the getSystemFreeMemory function

#NumberFormat(getSystemFreeMemory() / 1000 / 1000,"0.00")# MB

Fork me on GitHub