02-06-2007, 01:11 PM
str s
int i = 123
s = i.(something????) ;; I want to store s = "123"
Is there any function to make integer to string?
Have a nice day.
int i = 123
s = i.(something????) ;; I want to store s = "123"
Is there any function to make integer to string?
Have a nice day.