about displaying messages with a changing int

hey can any1 help me out with this problem I want to display this string=>LEVEL + an INT that is constantly changing like LEVEL 1, LEVEL 2 LEVEL 3 and soon so help please thanx in advance. 

Game Editor discussion board
http://game-editor.com/forum/
sprintf(levelshowactor.text, "Level %i", levelnum);