1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 06:00:23 +00:00
QB64-PE/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}}