SaveFile  Array

The SaveFile function saves the array in a File object.

Syntax

Integer Array.SaveFile(
     File file)

Parameters

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