Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4084 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a functionality within FMP that will replace misspelled words, or do I have to write a script for that?

 

Thank you,

 

Fed

Posted

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"]

)
Posted

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?

Posted

I have been using the substitute command, and it works well. I'm just wondering if there is a build and spellcheck functionality.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.