Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.ReadUTF8Line Function
Reads bytes from file until a LF char is found; returns True is the function finished correctly
Syntax
Public Function ReadUTF8Line (ByRef
sRet
As String) As Boolean
Parameters
Parameter
Description
ByRef
sRet
As String
The returning string (without the vbCrLf char at the end)
Remarks