Retrieves memory related information.
MemGetStats ( )
Parameters
None.
Return Value
Returns a seven-element array containing the memory information:
Remarks
None.
Related
None.
Example
$mem = MemGetStats()
MsgBox(0, "Total physical RAM (KB):", $mem[1])