Write ASCII Line

Writes one or more boolean, integer, double, string, vector, transform, or double lists to a line in an ASCII file, separated by commas (comma-delimited).

 

Input Arguments

0

Integer

ASCII File Handle

The handle of the open ASCII file to write to.

1

Boolean

MakeCSVRow

Indicates whether the arguments should be combined in CSV-compliant fashion. If set to FALSE, the arguments will be added directly with no separators or other processing.

 

Return Arguments

None.

 

Returned Status

SUCCESS

The line was read successfully.

FAILURE

The file reference is invalid or write failed.

 

Remarks

A valid file handle that has previously been opened must be provided. This command will always write to the end of the file.

If you need to write quotation marks to the file, set the MakeCSVRow argument to FALSE.