1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_ENVIRONCOUNT.md
2022-12-24 21:14:48 -06:00

18 lines
414 B
Markdown

The [_ENVIRONCOUNT](_ENVIRONCOUNT) function returns the number of items (key/value pairs) currently stored in the system environment variables table.
## Syntax
> totalKeys& = [_ENVIRONCOUNT](_ENVIRONCOUNT)
## Description
* Any changes made at runtime to the environment table are discarded when your program ends
## Availability
* Version 2.0 and up.
## See Also
* [ENVIRON$](ENVIRON$), [ENVIRON](ENVIRON)