WriteString
Previous
Next
Writes a string prefixed with its length to the file.
Syntax: WriteString (s As String)
Example:
bin.WriteString("This is a string.")