| Home | All functions | Categories |
vuMemoryTotal(), REAL
Returns the total amount of physical memory installed on the system.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A REAL value containing the total number of bytes of physical memory installed.
MESSAGE('This PC has ' & vuMemoryTotal() & ' of memory installed')
vuMemoryFree() and vuMemoryPercentUsed() for a complete picture of memory usage.| Home | All functions | Categories |