Public Method GetDP5ConfigSection

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