=/
I don't have any programs to post yet, though i do have many functions.
Function #1: get_char()
Purpose: Finds the numeric value of a keystroke (or whatever)
Notes: I would keep this program archived in my calculator's main folder.
:get_char()
:Func
:© instructions--right after this program starts running,
:© press the key that you want to find the value of
:
:Local KeyPrssd
:0→KeyPrssd
:
:While KeyPrssd=0
:getKey()→KeyPrssd
:EndWhile
:
:Return KeyPrssd
:EndFuncMore Functions to come soon…
(i'm writing them in notepad so i can paste 'em later on new posts exceptionally quick)
=P