As you can see below, i've made a loop that helps check for errors like spelling. Since then I've also learned that humans make errors looking for their own errors.
.....So when you enter the wrong name its looking for a file that doesnt exist. I believe that is error #1. Anyways what can I do about this so the program doesn't halt??
Do while ynspelling="N"
@ 23,0 say "ENTER NAME:" get mselection function "!"
read
@ 24,0 say "SPELLING CORRECT??" get ynspelling function "!" valid ynspelling $ "NY"
read
enddo
use mselection-".ind"
copy to blah blah blah.......
.....So when you enter the wrong name its looking for a file that doesnt exist. I believe that is error #1. Anyways what can I do about this so the program doesn't halt??
Do while ynspelling="N"
@ 23,0 say "ENTER NAME:" get mselection function "!"
read
@ 24,0 say "SPELLING CORRECT??" get ynspelling function "!" valid ynspelling $ "NY"
read
enddo
use mselection-".ind"
copy to blah blah blah.......