f$ReadRegValue
f$ReadRegValue
Read an entry from the registry. The complete key must be entered for this to occur. If the key is entered directly in a decision table, you must ensure that the \ separators used in the registry are masked with themselves (\\).
E.g. ’HKEY_LOCAL_MACHINE\\SOFTWARE\\ACBIS\\SalesManagerNG\\00000\\Path’
Syntax: | Value = f$ReadRegValue( Key ) | ||
| Argument | Type | Meaning |
Key | String | Name of the registry entry | |
Result: | String | Value of the entry | |
Example: | key = 'HKEY_LOCAL_MACHINE\\SOFTWARE\\ACBIS\\SalesManagerNG\\00000\\Path' | ||