grd974
07-30-2007, 12:28 AM
Looking for the concatenation operator in NT help file I could not find it but I found this :
// Example of string concatenation
string wordOne = "Ninja";
string wordTwo = "Trader";
Print(MyInteger.ToString());
// Example of string concatenation
string wordOne = "Ninja";
string wordTwo = "Trader";
Print(MyInteger.ToString());