forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
_ENVIRONCOUNT
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The _ENVIRONCOUNT function returns the number of items (key/value pairs) currently stored in the system environment variables table.
totalKeys& = _ENVIRONCOUNT
- Any changes made at runtime to the environment table are discarded when your program ends
- Version 2.0 and up.