Creates a formatted display string of INI file Section.
Type Return
A String Value
Syntax
Object.SectionString ( strFilename, strSection)
The SectionString 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. |