User Tools

Site Tools


en:examples:objects:number_to_string

This is an old revision of the document!


Convert a Number to a String

orxS16 score = 1234;
 
orxCHAR formattedScore[6];
orxString_Print(formattedScore, "%d", score);
en/examples/objects/number_to_string.1518583665.txt.gz · Last modified: 2018/02/14 00:47 (7 years ago) (external edit)