NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void printf ( string  format,
variant  value 
)
inline

Print formatted data to stdout.

Writes to the LCD at 0, LCD_LINE1 a sequence of data formatted as the format argument specifies. After the format parameter, the function expects one value argument.

Parameters
formatA string specifying the desired format.
valueA value to be formatted for writing to the LCD.
Warning
This function requires the enhanced NBC/NXC firmware.
Examples:
ex_printf.nxc.