Newbies Adrenochrone Posted May 16, 2001 Newbies Posted May 16, 2001 I'm trying to validate a field by defining any double quotes as illegal characters. FM5 seems not to allow this. Any ideas? PatternCount(fieldname; """) = 0
Chuck Posted May 17, 2001 Posted May 17, 2001 Use four of them instead of three: PatternCount(fieldname; """") = 0 Chuck
Recommended Posts
This topic is 8847 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now