Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error when checking
#5
A$ seems to be serving two purposes here. Are you overwriting a useful value in A$ when you A$=INKEY$ ? Maybe you meant there to be two separate variables but accidentally used the same letter?

For example, A$ = INKEY$ might set A$ to CHR$(255) + "H" (if the user presses the up arrow key), and then later MAKESEQUENCE might randomly change that to CHR$(255) + "H" + "T"...
Reply


Messages In This Thread
error when checking - by MNDRBNDR - 02-04-2005, 10:24 PM
error when checking - by Sterling Christensen - 02-04-2005, 10:26 PM
here ya go - by MNDRBNDR - 02-04-2005, 10:29 PM
this is it - by MNDRBNDR - 02-04-2005, 10:35 PM
error when checking - by Sterling Christensen - 02-04-2005, 10:56 PM
error when checking - by steven_basic - 02-04-2005, 11:06 PM
error when checking - by steven_basic - 02-04-2005, 11:19 PM
error when checking - by ShadowWolf - 02-04-2005, 11:20 PM
that was it - by MNDRBNDR - 02-04-2005, 11:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)