The LoadPath function loads in memory a table file.
Syntax
Integer Table.LoadPath(
String path,
Integer loadData = true,
String sepChar = "")
String path,
Integer loadData = true,
String sepChar = "")
Parameters
| path | Pathname of the table file. | Required |
|---|---|---|
| loadData 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 LoadPath function returns true.
If an error occurs, the LoadPath function returns false.
Example
myTable.LoadPath("c:\file.tbl")