Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mpagan

#1
Programming / Suppressing SPELL "Spell Check Complete"
September 10, 2019, 03:17:56 PM
Hello All,

LET %SPELL_SITE$="|aspell -a --lang=@@",%SPELL_LANG$="en"
CALL "*plus/spell/spell",0,"","Walrus",""


This results in "*plus/spell/spell" displaying a message stating "Spell check complete."

Is there a way to suppress this message? If the resulting spell check yields no errors, don't display a box?

Thank you so much!

Matthew Pagan