faglSaveAsFile

AVDEF Subroutine: Saves the current array with a .AGL extension.

Module: USE AVDEF

Syntax

faglSaveAsFile (array, filename, status)

array
The name of an array. The name must be one that the application has previously used in a call to faglStartWatch.

filename
Either just the name of the file to be saved (not including the path) in the calling application's directory or a complete path/filename combination to save the file in any other directory.

status
An argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

If your end users are likely to use the array again with Array Visualizer, use this subroutine to save it. The users can run Array Viewer as a stand-alone program to display the array.