FileInterface.PutLine(String) Method |
Top |
DescriptionWrites the contents of stringArgument to the file stream followed by a line feed (\n) and returns the length of the stringArgument. If the stringArgument specified is empty, this method will return a length of zero.
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
Returns the number of characters written. This will be 0 if an input String is not specified.
Syntax
See also
|