Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.WriteUTF8Line Function
Writes a UTF8 string to a file (with vbCrLf at the end)
Syntax
Public Function WriteUTF8Line (ByRef
s
As String) As Boolean
Parameters
Parameter
Description
ByRef
s
As String
The string to write
Remarks