The SaveFile function saves the array in a File object.
Syntax
Integer Array.SaveFile(
File file)
File file)
Parameters
| file | Target file. | Required |
|---|
Return value
The SaveFile function returns true.
If an error occurs, the SaveFile function returns false.
Example
File file new
file.New()
myArray.SaveFile(file)
file.New()
myArray.SaveFile(file)