E
Ed Greenbank
I would like to be able to run validation on a field to make sure it
contains at least so many space characters.
For instance, a "Full Name" field would require at least one space . Eg. "Ed
Greenbank"
(and anything from 3 to 30 characters in length would be valid)
Also, is it possible to validate a field so that it must contain at least 25
characters, at least 3 spaces, and a maximum of 10 of these can be numeric
characters (or no more than 50% of the string of text can be numeric
characters)?
Last question...
How do you refer to the maximum number of characters? Say if there must be
at least 6 characters entered (but no limit) and I want all of the
characters to be numeric.. how would i say For i = 1 to Infinity (etc.)?
Any light shed on any of these matters I would be grateful of.
Regards
contains at least so many space characters.
For instance, a "Full Name" field would require at least one space . Eg. "Ed
Greenbank"
(and anything from 3 to 30 characters in length would be valid)
Also, is it possible to validate a field so that it must contain at least 25
characters, at least 3 spaces, and a maximum of 10 of these can be numeric
characters (or no more than 50% of the string of text can be numeric
characters)?
Last question...
How do you refer to the maximum number of characters? Say if there must be
at least 6 characters entered (but no limit) and I want all of the
characters to be numeric.. how would i say For i = 1 to Infinity (etc.)?
Any light shed on any of these matters I would be grateful of.
Regards