NUMLOCK: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
m (Protected "NUMLOCK" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
m (Removed protection from "NUMLOCK") |
(No difference)
|
Revision as of 21:33, 1 June 2022
The _NUMLOCK statement sets the state of the Num Lock key.
Syntax
- _NUMLOCK {ON|OFF|_TOGGLE}
Availability
- QB64 1.4 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
- Not available in Linux or macOS.
See also
- _CAPSLOCK (function), _NUMLOCK (function), _SCROLLLOCK (function)
- _CAPSLOCK (statement), _SCROLLLOCK (statement)