FileInterface.IWrite(Variable) Method

Top 

Description

Write the value of variableToWrite as an integer number to the FileInterface and returns a value of 1 on success.

 

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.

 

Method Signature

FileInterface.IWrite(

Variable variableToWrite)

 

 

Arguments

variableToWrite


Description:

Variable to output to the FileInterface object.

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if the Variable is written to the FileInterface successfully, 0 if unsuccessful.

 

Syntax

myVariable1 = myFileInterface1.IWrite(myVariable2);

 

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data