Name
UnsetEnv -- delete environment variable (V5.0)
Synopsis
UnsetEnv(var$)
Function
This command can be used to delete the specified environment variable. Please note that you cannot delete global environment variables with this function. You may only delete environment variables that are local to your Hollywood script.

Inputs
var$
environment variable to delete

Show TOC