SavePath  Table

The SavePath function saves the table in a file.

Syntax

Integer Table.SavePath(
     String path,
     Integer saveData = true,
     String sepChar = "")

Parameters

pathPathname of the target file.Required
saveData
true, false
Including data if not a CSV file.Optional
sepCharSpecify 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")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia