NUMLOCK( ) Function
Returns the current mode of the NUM LOCK key or sets the mode of the NUM LOCK key on or off.
NUMLOCK([lExpression]) |
Parameters
- lExpression
-
Turns the NUM LOCK key on or off. If lExpression is true (.T.), the NUM LOCK key is turned on; if lExpression is false (.F.), the NUM LOCK key is turned off. NUMLOCK( ) returns a logical value corresponding to the NUM LOCK key setting before NUMLOCK(.T.) or NUMLOCK(.F.) is issued.
Return Value
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic