Unicode Controls & Classes for VB6 - Version 4
clsFileIni
.ReadString Function
Reads a string from the selected file
Syntax
Public Function ReadString (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
ByVal
sKeyName
As String
The Key name
Optional ByVal
sDefault
As String = ""
The default value if the Key doesn't exist
Remarks