FileInterface.PutLine Method

Top 

Description

Writes the specified String and a trailing line feed (\n) to the file stream.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

FileInterface.PutLine()

Variable

Writes a line feed (\n) to the file stream and returns a length of zero.

FileInterface.PutLine(String stringArgument)

Variable

Writes the contents of stringArgument to the file stream followed by a line feed (\n) and returns the length of the stringArgument. If the stringArgument specified is empty, this method will return a length of zero.

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data