Public Method DataArrayString

Creates a formatted display string of a INI data array.

Type Return

A String Value

Syntax

Object.DataArrayString ( strSection, varData)

The DataArrayString Methods syntax has these parts:

Part Description
object An expression evaluating to an Object of type modIniFile.
strSectionRequired. A String Value. INI file Section.
varDataRequired. A Variant Value. INI data array.