Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q8, April 11, 2002 at 13:43:07:

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

©2018 Martin Webb