SETENV
SETENV env_var
Set an environment variable
Example:
string s
let s = "stan=Stan" SETENV s . . . if (GETENV("stan") = "Stan") then Println "Environment variable stan = Stan " endif
Used to set DOS environment variable. This can be used for PPE's to communicate with other PPE's. The environment variables set within PPL will NOT be available to DOORs. Environment variables set within PPL will be cleared the next time PCBoard recycles through DOS.
See also: GetEnv, Shell, Call