|
String Output |
gary_ramsgate
Member #8,619
May 2007
|
Hi there, A very simple question, one which I've spent about an hour trying to work out. I take it I would need to use textout_ex I.E #include<string> score=123456; textout_ex Thanks in advance. |
Kibiz0r
Member #6,203
September 2005
|
No, textprintf_ex(). textprintf_ex(buffer, font, x, y, col, bg, "%s's score: %i", name.c_str(), score);
--- |
gary_ramsgate
Member #8,619
May 2007
|
Many thanks, works a treat |
|