The LoadPath function loads in memory an array file.
Syntax
Integer Array.LoadPath(
String path)
String path)
Parameters
| path | Pathname of the array file. | Required |
|---|
Return value
The LoadPath function returns true.
If an error occurs, the LoadPath function returns false.
Example
myArray.LoadPath("c:\file.txt")