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 QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
ENVIRON$ - a function that interfaces with DOS to retrieve an
environment string from the DOS environment-string table
Syntax
ENVIRON$ (environmentstring)
ENVIRON$ (n)
■ environmentstring, a string constant or variable, is the name of
the environment string whose current value is to be returned
■ n, which is a numeric expression, indicates that the nth string from
the environment string table should be returned
See Also ◄ENVIRON Statement►