Unicode Controls & Classes for VB6 - Version 4

clsFileIni.GetSectionRowValue Function

Gets the value of a row obtained using the [GetSectionRows] function

Syntax
Public Function GetSectionRowValue (ByRef vRows As Variant, _
ByRef idx As Integer) As String
Parameters
Parameter Description
ByRef vRows As Variant (IN) Array of rows of a section
ByRef idx As Integer (IN) Index in the array
Remarks