NumLock – System Function





NumLock Function


Syntax

NumLock(ON|OFF)

Parameters

ON: Activates the numlock key.

OFF: Deactivates the numlock key.

Remarks

If ON, the numlock key is activated; if OFF, the numlock key is deactivated.

See Also

CapsLock

Example

NumLock(ON)
NumLock(OFF)