qb45advr.hlp (Topic list)
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"