Read INI configuration data and comments array from file. Returns INI configuration data array as return value and comments array as parameter.
Type Return
A Variant Value
Syntax
Object.GetDP5ConfigSection ( strFilename, strSection, varComments)
The GetDP5ConfigSection Methods syntax has these parts:
| Part | Description |
| object | An expression evaluating to an Object of type modIniFile. |
| strFilename | Required. A String Value. INI Filename. |
| strSection | Required. A String Value. INI file Section. |
| varComments | Required. A Variant Value. INI comment data array. |