The SavePath function saves the table in a file.
Syntax
Integer Table.SavePath(
String path,
Integer saveData = true,
String sepChar = "")
String path,
Integer saveData = true,
String sepChar = "")
Parameters
| path | Pathname of the target file. | Required |
|---|---|---|
| saveData true, false | Including data if not a CSV file. | Optional |
| sepChar | Specify a separator character for other formats (comma for CSV files). | Optional |
Return value
The SavePath function returns true.
If an error occurs, the SavePath function returns false.
Example
myTable.SavePath("c:\file.tbl")