i have a textbox...

*TextBox txtbox

What i need to do is simply display in the textbox, some string, then a double.

txtbox->text = "some number %d", num

that is not correct above. what is the correct way to do so..

thanks,