FileInterface.Write(Variable) Method |
Top |
DescriptionWrites the value of variableToWrite as a floating point number to the file stream. Returns a 1 if the write was successful or a 0 if unsuccessful.
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
Arguments
Return Value
If a variable argument is written, this method returns a 1 if the write was successful or a 0 if unsuccessful. If a string argument is written, this method returns the number of characters written to the file.
Syntax
See also
|