NUMLOCK (function): 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
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: {{Parameter|keyStatus%%}} = [[_NUMLOCK (function)| _NUMLOCK]] | : {{Parameter|keyStatus%%}} = [[_NUMLOCK (function)| _NUMLOCK]] | ||
{{PageDescription}} | |||
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keyword not supported in Linux or macOS versions]]''' | |||
{{PageAvailability}} | {{PageAvailability}} | ||
<!-- QB64 = a version or none, QBPE = a version or all, Platforms = yes or no --> | |||
<gallery widths="48px" heights="48px" mode="nolines"> | |||
File:Qb64.png|'''v1.4''' | |||
File:Qbpe.png|'''all''' | |||
File:Apix.png | |||
File:Win.png|'''yes''' | |||
File:Lnx.png|'''no''' | |||
File:Osx.png|'''no''' | |||
</gallery> | |||
<!-- additional availability notes go below here --> | |||
Latest revision as of 18:11, 6 October 2024
The _NUMLOCK function returns the current state of the Num Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _NUMLOCK
Description
Availability
See also