Reg_UpdateExpandString
Description
Section titled “Description”Adds value to an expandable string variable
Syntax
Section titled “Syntax”Reg_UpdateExpandString(sHandle, sKey, sVariable, sValue, sSeperator) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
Section titled “sHandle (String)”HKEY-handle
sKey (String)
Section titled “sKey (String)”Subkey path
sVariable (String)
Section titled “sVariable (String)”Name of variable to contain the value
sValue (String)
Section titled “sValue (String)”Value
sSeperator (String)
Section titled “sSeperator (String)”Seperator between substrings
Example
Section titled “Example”If bStatus Then bStatus = Reg_UpdateExpandString("HKLM", "Software\KeyName", "ValueName", "%dev%|%Test%", "|")