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

Feedback: irt.org FAQ Knowledge Base Q6

Feedback on:
irt.org FAQ Knowledge Base Q6

Sent by Nancy Crisp on July 12, 2000 at 08:25:01: - feedback #1483

Worth:
Very worth reading

Length:
Just right

Comments:
What if the user puts in too many decimal points? the way to get round this is to add

if (test1.length > 2)//check they are not entering loads of decimal points!
{
return false;
}

after you split the string and check the length is == 2.....

this might help!!

Thanks


Sent by Allan Morris on April 02, 2002 at 08:32:52: - feedback #3742

Worth:
Very worth reading

Length:
Just right

Comments:
Thanks for the help, just right



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.