the simple way : Build a cString (a null terminated char array) and call the displayText() method
sprintf() or better snprintf() can help
the simple way : Build a cString (a null terminated char array) and call the displayText() method
sprintf() or better snprintf() can help