FileInterface.Clear() Method

Top 

Description

Clears any error state for the file stream and returns a flag indicating if the clear was successful.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

FileInterface.Clear(

)

 

 

Return Value

Type:

number

 

 

Returns 1 if the FileInterface is successfully cleared, 0 if unsuccessful.

 

Syntax

myVariable1 = myFileInterface1.Clear();

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data