NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void fprintf ( byte  handle,
string  format,
variant  value 
)
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.

Parameters
handleThe handle of the file to write to.
formatA string specifying the desired format.
valueA value to be formatted for writing to the file.
Warning
This function requires the enhanced NBC/NXC firmware.
Examples:
ex_fprintf.nxc.