So I went to update my program to ICE 2.0 and found a problem with Getkey.

When I use the following code:

Code:

getKey->G
If G=2
code
End
If G=3
code
End

It is too slow
When I use THIS code:

Code:

If getKey(2) = 1
code
End
If getKey(3) = 1
code
End

It is too fast
I have tried several other codes with no working ones.
What code can I use?
You can add a Pause 10, which pauses for exactly 10ms.
PT_ wrote:
You can add a Pause 10, which pauses for exactly 10ms.

I tried that, but it slows down the whole program. That renders it useless.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement