Home Search

DriveWorks Pro 21
SppGetMachineInfo

Send Feedback

SppGetMachineInfo

Will return an Array containing information on the current machine. Array headers are Machine Name, Memory, Bit, Operating System, OS Version and Culture.

Syntax

SppGetMachineInfo([Trigger])

Where:

Trigger is the trigger to be monitored for any changes in its value. Any change will cause the function to recalculate.

See How To: Force a data refresh when data has changed for one example of implementing a trigger.

Example

RuleResultMeaning
SppGetMachineInfo(){"Machine Name","Memory","Bit","Operating System","OS Version",""Culture"; "Bobs PC","23.95GB","64-Bit","Microsoft Windows 10 Enterprise","Microsoft Windows NT 6.3.9600.0","English (United Kingdom)"}This is the returned Array containing information about the machine.