Unicode Controls & Classes for VB6 - Version 4
clsFileIniEx
.AddString Method
Adds/Updates a row in the file
Syntax
Public Sub AddString (ByVal
sAppName
As String, _
ByVal
sKeyName
As String, _
ByVal
sKeyVal
As String)
Parameters
Parameter
Description
ByVal
sAppName
As String
The Section name; can be ""
ByVal
sKeyName
As String
The key name
ByVal
sKeyVal
As String
The new key value
Remarks