ReadRegString
Description: |
baReadRegString gets a string from the Windows Registry. |
Platforms: |
Windows |
Usage: |
Result = baReadRegString( KeyName, ValueName, Default, Branch ) |
Arguments: |
String, string, string, string. |
Returns: |
String. Returns the value associated with the Keyname. If the Keyname doesn't exist, then the return will be the Default string. |
Examples: |
Director: Authorware: |
Notes: |
A Registry entry consists of keys and sub-keys, similar to the directories and sub-directories in the Windows file system. 32 bit Windows adds Values to the registry. These can be thought of as files within the key. To get the (Default) value of a key use an empty string for the ValueName argument. This function returns a maximum of 2000 characters.
|
See also: |
baWriteRegString |