LoadFile  Array

The LoadFile function loads in memory an array from a File object.

Syntax

Integer Array.LoadFile(
     File file)

Parameters

fileFile of the array.Required

Return value

The LoadFile function returns true.

If an error occurs, the LoadFile function returns false.

Example

File file new
file.Open("c:\file.txt")
myArray.LoadFile(file)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia