|
GetAllSettings Function
Returns a list of key settings and their respective values (originally created with SaveSetting) from an application's entry in the Windows registry or (on the Macintosh) information in the application’s initialization file.
Syntax
GetAllSettings(appname, section)
The GetAllSettings function syntax has these named arguments:
Part | Description |
---|---|
appname | Required. String expression containing the name of the application or project whose key settings are requested. On the Macintosh, this is the filename of the initialization file in the Preferences folder in the System folder. |
section | Required. String expression containing the name of the section whose key settings are requested. GetAllSettings returns a Variant whose contents is a two-dimensional array of strings containing all the key settings in the specified section and their corresponding values. |
Remarks
GetAllSettings returns an uninitialized Variant if either appname or section does not exist.