Env_SetString
Description
Section titled “Description”Sets value of specified environment variable
Syntax
Section titled “Syntax”Env_SetString(sName, sValue, sType) As Boolean
Parameters
Section titled “Parameters”sName (String)
Section titled “sName (String)”Environment variable name
sValue
Environment variable value
sType (String)
Section titled “sType (String)”Environment variable type. ‘System’, ‘User’ or ‘Process’
Example
Section titled “Example”If bStatus Then bStatus = Env_SetString("TEST", "C:\MyFiles", "SYSTEM")