docs

Home All functions Categories

vuMemoryFree()

vuMemoryFree(), REAL

Description

Returns the amount of unused physical memory currently available on the system.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A REAL value containing the number of bytes of unused physical memory.

Example

MESSAGE('This PC has ' & vuMemoryFree() & ' bytes of free memory')

Notes

Home All functions Categories