shogunmark69
Technical User
I have tried using instr per the help files in attachmate, but i couldnt get it to work, was always getting a syntax error, but i have these lines of code:
if q$ = "EC" then goto testme
if q$ = "Ec" then goto testme
if q$ = "ec" then goto testme
if q$ = "eC" then goto testme
Is there a way to ignore case so i can clean this up? i have about 15 different letter combinations and writing 4 lines per each is a p.i.t.a....
THanks
if q$ = "EC" then goto testme
if q$ = "Ec" then goto testme
if q$ = "ec" then goto testme
if q$ = "eC" then goto testme
Is there a way to ignore case so i can clean this up? i have about 15 different letter combinations and writing 4 lines per each is a p.i.t.a....
THanks