Previous Topic: StoreSubKeysNext Topic: STRING


StoreValue

StoreValue

Retrieves a registry key value or an ini file section value from the source computer.

First parameter:

key path - A string value that is the path to the key value or ini file section value.

Second parameter:

value name - A string value that is the value name.

Usage:
StoreValue(<key path>, <value name>);
Example Registry:
StoreValue(“HKCU\\Software\\Microsoft\\Office\\8.0\\Common\\Toolbar”, “Tooltips”);
Example ini:
StoreValue (“C:\\WINDOWS\\WORDPAD.INI\\Options”,” WordSel”);