1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00
qb64/internal/help/_ENVIRONCOUNT.txt

22 lines
462 B
Plaintext
Raw Normal View History

2021-10-09 17:06:54 +00:00
{{DISPLAYTITLE:_ENVIRONCOUNT}}
The [[_ENVIRONCOUNT]] function returns the number of items (key/value pairs) currently stored in the system environment variables table.
{{PageSyntax}}
: {{Parameter|totalKeys&}} = [[_ENVIRONCOUNT]]
{{PageDescription}}
* Any changes made at runtime to the environment table are discarded when your program ends
{{PageAvailability}}
* Version 2.0 and up.
{{PageSeeAlso}}
* [[ENVIRON$]], [[ENVIRON]]
{{PageNavigation}}