Navigation: Scripting Reference Manual > Functions & Subroutines > ARNWriteToFile

 

ARNWriteToFile

 

Contact Us: fredsupport@photonengr.com

 

Description

Writes the contents of an existing Analysis Results Node (ARN) to an output data file.

 

Syntax

success = ARNWriteToFile( nNodeNum, bsFilename, snBinary, snWrapDataLines )

 

Parameters

success (Boolean)

True if the file is written; False otherwise.

 

nNodeNum as Long

Node number of existing ARN.

 

bsFilename as String

Full name of the output file to which the ARN contents are to be written, whose file extension can be .fgd or .dat.  If no file extension is given, the .fgd extension will be automatically assigned.

 

snBinary as Boolean

File format of FRED Grid Data file. True for binary file, False for text file.

 

snWrapDataLines as Boolean

Option to wrap lines in output text file. True to wrap lines, False otherwise.

 

 

See Also

All ARN Scripting Commands

 

 

 

 

 

Copyright © Photon Engineering, LLC