- Name
-
SetEnv -- write environment variable (V5.0)
- Synopsis
-
SetEnv(var$, s$)
- Function
-
This command can be used to set the environment variable specified in
var$ to the value specified in s$. Please note that the environment
variable will be local to your Hollywood script. You cannot modify global
environment variables with this function.
- Inputs
-
- var$
- environment variable to set
- s$
- desired value for environment variable
Show TOC