FileInterface.PutLine() Method

Top 

Description

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

 

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

FileInterface.PutLine(

)

 

 

Return Value

Type:

number

 

 

Returns the number of characters written. This will be 0 if an input String is not specified.

 

Syntax

myVariable1 = myFileInterface1.PutLine();

 

 

See also

FileInterface Object

FileInterface.PutLine

Interfacing with Files Guide

Parsing Arbitrary String Data