◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Envcursave (Boolean) The Envcursave switch determines if PWB saves and restores the current environment table for PWB sessions. You can change environment variables by using Options Environment or the Environment function («environment»). See: Environment, ◄Options Environment► If you always want to use the operating-system environment, set both Envcursave and Envprojsave to No. See: Envprojsave Syntax Envcursave:{ yes | no } yes Save and restore environment variables for PWB sessions. Use this setting if you want to use an environment that is specific to PWB. The PWB environment overrides the operating-system environment. no Do not save environment variables between PWB sessions. Default Envcursave:no Update: In PWB 1.1, the INCLUDE, LIB, and HELPFILES environment variables were always saved for PWB sessions and projects. See ◄Boolean Switch Syntax► -♦-