up Inquisit Language Reference

computer object

The computer object is a built-in object that exposes a number of properties of the current computer.

Properties

computer.availableMemory
computer.countryCode
computer.cpuSpeed
computer.hasKeyboard
computer.ipAddress
computer.language
computer.languageCode
computer.macAddress
computer.memory
computer.os
computer.osMajorVersion
computer.osMinorVersion
computer.platform
computer.timerResolution
computer.touch

Functions

computer.charToScanCode
computer.scanCodeToChar

Remarks

The computer object is a built-in object and can not be explicitly declared in a script. It exposes a number of useful properties, however, that can be referenced in expressions throughout the script.

Examples


Copyright Millisecond Software, LLC. All rights reserved.