something very eassy.. how do you convert numerical types to string

Aug 5 2004 6:03 PM
something very eassy.. how do you convert numerical types to string i wan to do something like this.. integer x; string y; x= 5000; y = (string) x; ----------------------- vb6.0 dim x as int dim y as string x = 5000; y= cstr(x)

Answers (4)