Public Method GetFromIniEx

Type Return

A String Value

Syntax

Object.GetFromIniEx ( strFilename, strSection, strKey, [strDefault])

The GetFromIniEx 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.
strDefaultOptional. A String Value.