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