Quote Originally Posted by Doorsdown
can't you just do

string var;
long x=100;
var ="x";
Where did you get that? You would end up with a string that holds "x" not "100".