March 13, 200619 yr Newbies 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, 200619 yr by Guest
March 14, 200619 yr Author Newbies 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
March 14, 200619 yr Nest the substitute functions... Substitute ( Substitute ( Substitute ( Substitute ( Substitute ( textField ; "é" ; "e") ; "è"; "e") ; "ü" ; "u") ; "î" ; "i") ; "ä" ; "a" )
Create an account or sign in to comment