Unicode Controls & Classes for VB6 - Version 4

clsFileIniEx.GetString Function

Gets a string from the loaded .ini file

Syntax
Public Function GetString (ByVal sAppName As String, _
ByVal sKeyName As String, _
Optional ByVal sDefault As String = "") As String
Parameters
Parameter Description
ByVal sAppName As String The Section name; can be ""
ByVal sKeyName As String The Key name
Optional ByVal sDefault As String = "" The Default value if the Key was not found
Remarks