Unicode Controls & Classes for VB6 - Version 4

clsFileIni.WriteString Method

Writes a string to the selected .ini file;

Syntax
Public Sub WriteString (ByVal sAppName As String, _
ByVal sKeyName As String, _
ByVal sKeyVal As String)
Parameters
Parameter Description
ByVal sAppName As String The Section name
ByVal sKeyName As String The Key name
ByVal sKeyVal As String The Value to write
Remarks
The file is updated immediately