WriteFileI n, s$ {,d$} |
|
This command writes an entire text file from a delimited string (s$). Each line of text will be separated by a delimiter character. As with all the delimited string functions the delimiter character (d$) is optional. If the delimiter character is not specified the delimiter will default to a new line character "\n". |