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