Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.ReadInt Function
Reads an Integer value from file and returns True if the operation finished correctly
Syntax
Public Function ReadInt (ByRef
iOut
As Integer) As Boolean
Parameters
Parameter
Description
ByRef
iOut
As Integer
The Integer value read from file (OUT)
Remarks