LoadPath  Array

The LoadPath function loads in memory an array file.

Syntax

Integer Array.LoadPath(
     String path)

Parameters

pathPathname of the array file.Required

Return value

The LoadPath function returns true.

If an error occurs, the LoadPath function returns false.

Example

myArray.LoadPath("c:\file.txt")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia