Integer -> String

Started by PyroMonkey, Thu 03/11/2005 11:51:47

Previous topic - Next topic

PyroMonkey

Is there any way to convert an integer into a string? Would you just use good old = or is there a specific command for it?
 

Gilbert

string blah;
int haha;

StrFormat(blah, "%d", haha);

SSH

Or with latest beta,

blah=String.Format("%d", haha);
12

PyroMonkey

 

SMF spam blocked by CleanTalk