Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.WriteInt Function
Writes an Integer value to the file and returns True if the operation finished correctly
Syntax
Public Function WriteInt (ByRef
iIn
As Integer) As Boolean
Parameters
Parameter
Description
ByRef
iIn
As Integer
The Integer value to write
Remarks