Unicode Controls & Classes for VB6 - Version 4

clsUniFile.WriteByte Function

Writes a byte to file and returns True if the operation finished correctly

Syntax
Public Function WriteByte (ByRef b As Byte) As Boolean
Parameters
Parameter Description
ByRef b As Byte The byte to write on the file
Remarks