clsUniFile.WriteNumCharsAndString FunctionWrite a string to a binary fileSyntax
Public Function WriteNumCharsAndString (ByRef s As String, _
ByVal iFileEnc As eFileEncoding) As Boolean Parameters
Remarks
This function writes the len of the string, then the string so you can easily read the string from the file using the [ReadNumCharsAndString] function
|