1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_ENVIRONCOUNT.txt
2021-10-09 14:06:54 -03:00

22 lines
462 B
Plaintext

{{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}}