convert An integer to a string
5
convert An integer to a string
//convert An integer to a string
i = 12;
s = (i).toString();
//or can do like this
s = "" + i;



NationalCollection
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
$strSomeVar = sprintf("%s", 42);