StringArray.WriteToFile(String) Method

Top 

Description

Writes the contents of a StringArray to a file. Each Element becomes a new line in the file.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

StringArray.WriteToFile(

String filename)

 

 

Arguments

filename


Description:

Name of the file to be written.

 

 

 

Return Value

Type:

boolean

 

 

Returns the number of lines written. If the file could not be written, returns 0.

 

Syntax

myVariable1 = myStringArray1.WriteToFile(myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data