LoadPath  Table

The LoadPath function loads in memory a table file.

Syntax

Integer Table.LoadPath(
     String path,
     Integer loadData = true,
     String sepChar = "")

Parameters

pathPathname of the table file.Required
loadData
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 LoadPath function returns true.

If an error occurs, the LoadPath function returns false.

Example

myTable.LoadPath("c:\file.tbl")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia