Hi all,

This may be a very simple issue though I have not found any simple solution to it so far. I have to do four multiplications like

4 * 4 = 16, 6 * 3 = 18, 7 * 3 = 21 and 9 * 7 = 63.

For each of these resuls I want each of the result with the tens digit as smaller in font and with a different color ( say Red) and the units digit to be larger and of another color (say Black) as shown in the attached image file. The result is to be displayed in a textfield.

NumFormat.png


Is there any way to do this, easily?

Thanks all !