Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rthprog

Pages: 1 2 [3]
31
TI-BASIC / Re: Compare getkey to a list
« on: February 25, 2010, 08:47:34 pm »
Lol, okay.

@Builderboy
"I don't need speed when nothing is happening"

Good point.  In my defense, I'm somewhat used to leaving the "-->K" out altogether; often it is unnecessary to store the key at all.

32
TI-BASIC / Re: Compare getkey to a list
« on: February 25, 2010, 03:31:55 pm »
@Eeems_
thanks!  Omnimaga's TIBasic subforum seems a bit more active than Cemetech's (excluding John Massey, of course)

33
TI-BASIC / Re: Compare getkey to a list
« on: February 25, 2010, 12:20:00 pm »
Repeat max(Ans={24,25,26,34
getKey->K //You don't need to store it to K, but I usually do. :)
End

Repeat max(Ans={24,25,26,34
getKey
End
Ans-->K

Takes up an extra byte, but ought to be a bit faster

Pages: 1 2 [3]