Post Reply 
Pause in WP34s
11-25-2015, 05:16 PM (This post was last modified: 11-25-2015 05:16 PM by Didier Lachieze.)
Post: #8
RE: Pause in WP34s
(11-25-2015 04:58 PM)ggauny@live.fr Wrote:  I understand well what you say, KEY? return the *code* of the key, not her value numeric AND it is just my problem !
Passionant problem that I have to solve. Translate the code key in his numeric value.

Try with KTP? you'll get the numeric value, but only for a single digit:

Code:
PSE 10     'wait 1 second
KEY? L     'test if a key was pressed, if yes put keycode in register L
SKIP 002   'if no key do nothing
KTP? L     'if key pressed get digit from key code
-          'do the substraction
RTN

You can also use PUTK instead of KTP? which will allow you to enter several digits but it will halt the program and you will have to press R/S to continue execution after entering your numeric value.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Pause in WP34s - ggauny@live.fr - 11-25-2015, 12:41 PM
RE: Pause in WP34s - Dieter - 11-25-2015, 01:19 PM
RE: Pause in WP34s - walter b - 11-25-2015, 01:45 PM
RE: Pause in WP34s - emece67 - 11-25-2015, 02:40 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 04:47 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 03:47 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 04:58 PM
RE: Pause in WP34s - Didier Lachieze - 11-25-2015 05:16 PM
RE: Pause in WP34s - Dieter - 11-25-2015, 07:01 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 05:43 PM
RE: Pause in WP34s - walter b - 11-25-2015, 06:22 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 06:41 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 06:38 PM
RE: Pause in WP34s - Dieter - 11-25-2015, 07:15 PM
RE: Pause in WP34s - ggauny@live.fr - 11-25-2015, 07:47 PM
RE: Pause in WP34s - Dieter - 11-25-2015, 08:32 PM
RE: Pause in WP34s - rprosperi - 11-25-2015, 08:54 PM
RE: Pause in WP34s - ggauny@live.fr - 11-26-2015, 06:49 AM
RE: Pause in WP34s - Dieter - 11-26-2015, 01:24 PM
RE: Pause in WP34s - Marcus von Cube - 11-27-2015, 10:26 PM



User(s) browsing this thread: 1 Guest(s)