Unicode Controls & Classes for VB6 - Version 4

clsMultiLngsupport.AddString Method

Adds a specific value to a specific section in the translation collection

Syntax
Public Sub AddString (ByRef sSecName As String, _
ByRef sKeyKey As String, _
ByVal sKeyVal As String)
Parameters
Parameter Description
ByRef sSecName As String The section name
ByRef sKeyKey As String The key
ByVal sKeyVal As String The value
Remarks