Newbies basenotes Posted March 13, 2006 Newbies Posted March 13, 2006 (edited) Hi folks - is there any way I can get FM to remove accents and other diacritic marks from characters. ie changing é to e Regards Edited March 13, 2006 by Guest
Newbies basenotes Posted March 14, 2006 Author Newbies Posted March 14, 2006 That seems to work fine, thanks. How do I extend it to change other characters? ie: Substitute (textField; "é"; "e") Substitute (textField; "è"; "e") Substitute (textField; "ü"; "u") Substitute (textField; "î"; "i") Substitute (textField; "ä"; "a") I've tried this and it tells me 'An operator is expected here' Thanks
Vaughan Posted March 14, 2006 Posted March 14, 2006 Nest the substitute functions... Substitute ( Substitute ( Substitute ( Substitute ( Substitute ( textField ; "é" ; "e") ; "è"; "e") ; "ü" ; "u") ; "î" ; "i") ; "ä" ; "a" )
Recommended Posts
This topic is 6889 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