FileWrite
Previous
Top
Next
Writes a string to an opened file.
The string is written to the next line in the file.
If the string includes several lines (like a multiline textbox) then all the lines are written.
Syntax: FileWrite (Connection name, String)
Example