Saves INI data array to file with optional append comments to configuration
Type Return
None
Syntax
Object.SaveDP5ConfigSection strFilename, strSection, varConfig, [varComments]
The SaveDP5ConfigSection 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. |
varConfig | Required. A Variant Value. INI configuration data array. |
varComments | Optional. A Variant Value. INI comment data array. |