printDec
 
Syntax


printDec ( expression );

Description


This sends the decimal string representation of the integer expression to the USB/serial port.   The size of the result string depends on the integer type passed, it's not fixed.

Example

printDec ( 255 );    // will display 255
   

See also