WriteValue( )
| Action: |
Creates a new key, adds another value-name to an existing key (and assigns
it a value), or changes the value of an existing value-name. |
||||
| Syntax: | WriteValue
("subkey", "entry",
"expression", "data
type") |
||||
| Parameters: |
Subkey
Entry
Expression
Data type
|
||||
| Returns: |
|
||||
| Remarks: |
If
the registry key that you are attempting to write a value to does not
exist, it will be automatically created. |
||||
| See Also: |
AddKey(
), DelKey( ),
DelTree( ), ReadType( ),
ReadValue( ) |
||||
| Example: |
$RC=WriteValue("EZReg\Test",
"A MultiString variable", "Line 1|Line 2|Line 3 with a ||
in it|" "REG_MULTI_SZ") |