Saves INI data array to file.
Type Return
None
Syntax
Object.SaveIniDataArray strFilename, strSection, varData
The SaveIniDataArray 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. |
varData | Required. A Variant Value. INI data array. |