docs

Home All functions Categories

vuMemoryPercentUsed()

vuMemoryPercentUsed(), LONG

Description

Returns the percentage (0100) of physical memory currently in use on the system.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A LONG value between 0 and 100 representing the percent of physical memory being used.

Example

MESSAGE('You are currently using ' & vuMemoryPercentUsed() & ' percent of physical memory')

Notes

Home All functions Categories