type casting?

I’ve looked all over the reference manual, searched the forums and looked at all the tutorials but I cant seem to be able to cast an int into a string that I need to display a number with in a GUIText.

Sorry to ask so many simple questions, I know i get somewhat annoyed when people ask dumb questions in the forums of the engines I use currently.

guiText.text = myInteger.ToString();

–Eric

thank you greatly :smile: