OverviewExamples
Writes a table's contents out to a text file. The table should consist of one line of text per table item.
(string) The full path to the text file.
Note: If the file does not exist, it will be created.
(string) The table to write.
(boolean) Whether to append the table's contents to the end of the text file:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Append the table's contents to the end of the text file. (The text file must exist.)  | 
| 
 false  | 
 Overwrite the current contents of the text file. (Default)  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions