|
| KiXtart 2001 Manual |
ReadValue( )
| Action: | Reads
the value of a registry entry. |
||||
| Syntax: | READVALUE
("subkey", "entry") |
||||
| Parameters: |
Subkey
Entry
|
||||
| Returns: |
REG_MULTI_SZ
(multi-string) variables are returned with the pipe symbol ( | )
used as the separator between strings. If a string contains a pipe symbol
character, it is represented by two pipe symbol characters ( || ). |
||||
| See Also: |
AddKey(
), DelKey( ),
DelTree( ), ReadType( ),
ReadValue( ), WriteValue(
) |
||||
| Example: |
$Rows
= ReadValue ("HKEY_CURRENT_USER\Console\Configuration", "WindowRows") |