NXC
Version 1.2.1 r5
|
|
inline |
Write formatted data to file.
Writes a sequence of data formatted as the format argument specifies to a file. After the format parameter, the function expects one value argument.
handle | The handle of the file to write to. |
format | A string specifying the desired format. |
value | A value to be formatted for writing to the file. |