Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q8

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.