Riamus2,

once again, thanks for your script. i love it.
also, I do plan on slowly adding 1000-2000 words as I am a HORRIBLE at spelling.

i changed this
Quote:
var %text = $iif($hget(Spelling,$gettok(%text,%t,32)),$replace(%text,$gettok(%text,%t,32),$v1),%text)


into
Quote:
var %text = $iif($hget(Spelling,$gettok(%text,%t,32)),$puttok(%text,$v1,%t,32),%text)




changed this
Quote:
.Add Word:hadd Spelling $$?="Enter misspelled word" $$?="Enter correct spelling"
.Remove Word:hdel Spelling $$?="Enter the misspelled word you want to remove"



into this

Quote:
.Add Word:hadd Spelling $$?="Enter misspelled word" $$?="Enter correct spelling" | hsave Spelling Spelling.hsh
.Remove Word:hdel Spelling $$?="Enter the misspelled word you want to remove" | hsave Spelling Spelling.hsh




FroggieDaFrog,

thanks for that script, but I'm looking for something really easy ( no offense ) [quote][/quote]

Last edited by maconga; 14/05/10 03:41 AM.