bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ENVIRON$ Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Syntax 1
  ENVIRON$ (environmentstring$)
 
Syntax 2
  ENVIRON$ (n)
 
    ■ environmentstring$   A string constant or variable that contains
                           the name of an environment variable.
    ■ n                    A numeric expression which indicates that
                           the nth string from the environment string
                           table should be returned.
Returns
    An environment string from the DOS or OS/2 environment-string table.
 
See Also    ENVIRON Statement