|
NXC
Version 1.2.1 r5
|
|
inline |
Format a value.
Return the formatted string using the format and value. Use a standard numeric sprintf format specifier within the format string. The input string parameter may be a variable, constant, or expression.
| fmt | The string format containing a sprintf format specifier. |
| val | Any numeric or string value. |