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. |
strSection | Required. A String Value. INI file Section. |
varData | Required. A Variant Value. INI data array. |