[Solved]Convert int to USTRING

majc

12-09-2010 01:48:13

How can i convert an int value to UString, like a health or stamina value?

Altren

12-09-2010 04:21:55

MyGUI::utility::toString() converts all standart types.

majc

12-09-2010 12:27:00

Thanks mate :)