Jan 24, 2003 #1 mtawk Programmer Nov 6, 2001 26 IQ Hello, Is there any JS function that converts integer to string ? thanks
Jan 24, 2003 #2 EdwardMartinIII Technical User Sep 17, 2002 1,655 US Code: var Fishy Fishy = 5 Fishy = Fishy + "" alert(Fishy) Is the method I use in my calculator: http://www.petting-zoo.org/Calculator.html Cheers, Edward "Do not read this sentence." Upvote 0 Downvote
Code: var Fishy Fishy = 5 Fishy = Fishy + "" alert(Fishy) Is the method I use in my calculator: http://www.petting-zoo.org/Calculator.html Cheers, Edward "Do not read this sentence."