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