0 Members and 3 Guests are viewing this topic.
Quote from: ztrumpet on January 24, 2010, 10:57:04 amRepeat max(Ans={24,25,26,34getKey->K //You don't need to store it to K, but I usually do. EndRepeat max(Ans={24,25,26,34getKeyEndAns-->KTakes up an extra byte, but ought to be a bit faster
Repeat max(Ans={24,25,26,34getKey->K //You don't need to store it to K, but I usually do. End
*ZTrumpet points rthprog towards the Introduce Yourself sub forum.
I'm sure this is faster when no key is pressed, but I don't know if it's faster when a key is pressed.
...I'm somewhat used to leaving the "-->K" out altogether; often it is unnecessary to store the key at all.