Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
integer to string
#1
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.
#2
s=i


Forum Jump:


Users browsing this thread: 1 Guest(s)