M
Mollybot
I have created a form which requests information from the user which is
entered into a text box. I cannot apply an input mask because the string
entered can vary considerably however I would like to check that the
characters entered do not include ' , ; @ etc. before the record field is
written.
I understand I need to take the string and search it character by character
and remove each instance of the 'illegal' character from the string. Is
there a function or method that already does this type of thing or do I have
to write it, if the later I need some pointers please. Can I also specifiy
what characters I consider illegal?
Thanks for any help you can offer.
entered into a text box. I cannot apply an input mask because the string
entered can vary considerably however I would like to check that the
characters entered do not include ' , ; @ etc. before the record field is
written.
I understand I need to take the string and search it character by character
and remove each instance of the 'illegal' character from the string. Is
there a function or method that already does this type of thing or do I have
to write it, if the later I need some pointers please. Can I also specifiy
what characters I consider illegal?
Thanks for any help you can offer.