Public Method SaveDP5ConfigSection

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.
strFilenameRequired. A String Value. INI Filename.
strSectionRequired. A String Value. INI file Section.
varConfigRequired. A Variant Value. INI configuration data array.
varCommentsOptional. A Variant Value. INI comment data array.