4
Answers

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

Ask a question
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)