_ENVIRONCOUNT

From QB64 Phoenix Edition Wiki
Revision as of 22:50, 22 June 2022 by RhoSigma (talk | contribs) (Created page with "{{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}} * '''QB64 2.0 and up''' (QB64 Team) * '''QBPE 0.5 and up''' (QB64 Phoenix Edition) {{PageSeeAlso}} * E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _ENVIRONCOUNT function returns the number of items (key/value pairs) currently stored in the system environment variables table.


Syntax

totalKeys& = _ENVIRONCOUNT


Description

  • Any changes made at runtime to the environment table are discarded when your program ends


Availability

  • QB64 2.0 and up (QB64 Team)
  • QBPE 0.5 and up (QB64 Phoenix Edition)


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link