Unicode Controls & Classes for VB6 - Version 4
clsFileIniEx
.GetSectionRowValue Function
Gets the valueof a row obtained using the [
GetSectionRows
] function
Syntax
Public Function GetSectionRowValue (ByRef
vRows
As Variant, _
ByRef
idx
As Long) As String
Parameters
Parameter
Description
ByRef
vRows
As Variant
Thw section rows array
ByRef
idx
As Long
The row index
Remarks