1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 17:45:20 +00:00
qb64/internal/help/_ENVIRONCOUNT.md

18 lines
414 B
Markdown
Raw Normal View History

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)