something very eassy.. how do you convert numerical types to string
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)
S_KiryazovPosted Sep 14, 2004, 10:50 AM
scyphe666Posted Sep 14, 2004, 1:28 AM
castillo_car_losPosted Aug 5, 2004, 6:19 PM
MykoninePosted Aug 5, 2004, 6:11 PM