FileInterface.PutBack(String) Method

Top 

Description

Puts the first character of the specified stringArgument back into the stream .

 

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.PutBack(

String stringArgument)

 

 

Arguments

stringArgument


Description:

String containing the character to put back into the stream.

 

 

 

Return Value

Type:

number

 

 

Returns 1 if the character was successfully put back, 0 if unsuccessful.

 

Syntax

myVariable1 = myFileInterface1.PutBack(myString1);

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data