Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some glitches (*solved*)
#9
LCD Wrote:
boriel Wrote:Thanks!
I''ve reduced it to:
Code:
loop1:
a=code(inkey$)
goto loop1
Seems some misinteraction between code and inkey$... :oops:
Thats what I though in the first posting, but okay, I forgot to say that it took effect in a loop. I made a workaround waiting for a keypress and then reading Last_K system variable as in your input routine, something that I can live with.
I've located the bug, and it's a *nasty* one. So your program might crash even if out of a loop. It unbalances the stack... It's safe to use it from within a funcion/sub but not in global scope. Anyway, I'm fixing it right now... :wink:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)