Yes or No?
|
06-25-2014, 12:27 AM
Post: #1
|
|||
|
|||
Yes or No?
What is the best way to ask Yes or No for the 50G?
back in the day we hit the Y or the N (or any other) key but now i'm thinking we can do better. I have this but its not great: YN.txt Code:
i'm thinking of using TMENU and GETKEY but i'm not sure how (yet). any ideas? <<yes or no>> ...or what are you using? user RPL please Thanks ~~~~8< Art >8~~~~ PS: Please post more 50G stuff :) |
|||
06-25-2014, 02:20 AM
Post: #2
|
|||
|
|||
RE: Yes or No?
Hello,
You can modify this: << { " " " " " " " " "CANCL" "OK" } TMENU DO -1 WAIT UNTIL { 15.1 16.1 } SWAP POS IF DUP THEN 1 - 1 ELSE 1420 .074 BEEP END END 0 MENU >> From The HP 48 Handbook by James Donnelly. Regards, Mark |
|||
06-25-2014, 03:01 AM
Post: #3
|
|||
|
|||
RE: Yes or No? | |||
06-25-2014, 11:43 AM
Post: #4
|
|||
|
|||
RE: Yes or No?
(06-25-2014 02:20 AM)MNH Wrote: Hello, Mr Donnelly is good, I made this from that: Code:
Thanks ~~~~8< Art >8~~~~ PS: Please post more 50G stuff :) |
|||
06-25-2014, 10:41 PM
Post: #5
|
|||
|
|||
RE: Yes or No?
This is getting a little better, takes an text or arg from stack 1, it shows a tmenu and allows menu selection or Y or N key it returns a 1 for yes or a 0 for no.
Code: %%HP: T(3)A(D)F(.); Thanks ~~~~8< Art >8~~~~ PS: Please post more 50G stuff :) |
|||
06-26-2014, 02:42 AM
Post: #6
|
|||
|
|||
RE: Yes or No?
thanks for helping, here is what I have now.
Code: %%HP: T(3)A(D)F(.); Thanks ~~~~8< Art >8~~~~ PS: Please post more 50G stuff :) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)