You are here: irt.org | About | Feedback | 1483 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q6
Sent by
Nancy Crisp on July 12, 2000 at 08:25:01:
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
Other feedback on 'irt.org FAQ Knowledge Base Q6' - show all