docs

Home All functions Categories

vuMemoryTotal()

vuMemoryTotal(), REAL

Description

Returns the total amount of physical memory installed on the system.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A REAL value containing the total number of bytes of physical memory installed.

Example

MESSAGE('This PC has ' & vuMemoryTotal() & ' of memory installed')

Notes

Home All functions Categories