fed Posted September 12, 2013 Posted September 12, 2013 Is there a functionality within FMP that will replace misspelled words, or do I have to write a script for that? Thank you, Fed
No_access Posted September 13, 2013 Posted September 13, 2013 Of course the spell checker which should be used, however if you want to script it, you can make a simple custom function to do this using substitute Substitute ( text ; ["ote";"ate"]; ["otato";"potato"]; ["pannish";"punnish"] )
Lee Smith Posted September 13, 2013 Posted September 13, 2013 I don't see how you can do this without doing it manually. If there are just a few words, and they are consistently misspelled, them perhaps a Substitute as suggested by No-access might work, Why not just use the File Options and select the options that works for your file?
fed Posted September 16, 2013 Author Posted September 16, 2013 I have been using the substitute command, and it works well. I'm just wondering if there is a build and spellcheck functionality.
Lee Smith Posted September 16, 2013 Posted September 16, 2013 It is a file Option. Menu >> File >> File Options. Do a search for "Setting file options" for more information.
comment Posted September 16, 2013 Posted September 16, 2013 See also: http://fmhelp.filemaker.com/fmphelp_11/en/html/scripts_ref2.37.34.html#1028665
Recommended Posts
This topic is 4084 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