4
Answers

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

castillo_car_los

castillo_car_los

20y
2.9k
1
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)