You are here: irt.org | About | Feedback | 3775 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q8
Sent by
Richard Balfour on April 11, 2002 at 13:43:07:
Worth:
Very worth reading
Comments:
I used Val Todorov's method but had to add a test for negative number, reverse sign of number then put sign in front of join as: var sign = "";
if (n<0){sign = "-";n = n*(-1)}
then return sign+arr.join();.
Thanks for the help.
Other feedback on 'irt.org FAQ Knowledge Base Q8' - show all