Public Method SaveToIniEx

Type Return

None

Syntax

Object.SaveToIniEx strFilename, strSection, strKey, strData

The SaveToIniEx Methods syntax has these parts:

Part Description
object An expression evaluating to an Object of type modIniFile.
strFilenameRequired. A String Value.
strSectionRequired. A String Value.
strKeyRequired. A String Value.
strDataRequired. A String Value.