Quote Originally Posted by skimask View Post
The answer is in the manual under the specifications for the LOOKUP...
Array variables with a variable index (ex. htxt[x] ) may not be used in LOOKUP although array variables with a constant index (ex. htxt[1] ) are allowed

So, don't use what doesn't work, and use what does work and change it around a bit...
Code:
alpha2:
gosub getkey
LOOKUP key,[" KLMNOPQRST"],tempx
htxt[x] = tempx
htxt[x] = htxt[x] + 1
RETURN
Thank you ahah I figured it out my manual does not have many of these commands for some reason either i got ripped off or I have a REALLY OLD one. I ordered a fresh copy from the link given above they sent the software which I don't need but its nice to have a backup.