qb45advr.hlp (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 Statement Programming Example
  QuickSCREEN      Details     Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
ENVIRON Statement Programming Example
 
This example uses the ENVIRON statement to change the setting of the PATH
environment variable for the current process to the sales and accounting
directories on the A: drive:
 
' Change value of PATH environment variable.
ENVIRON "PATH=A:SALES;A:\ACCOUNTING"