SavePath  Array

The SavePath function saves the array in a file.

Syntax

Integer Array.SavePath(
     String path)

Parameters

pathPathname 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")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia