Post Reply 
Yes or No?
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(.);
\<< CLLCD "?
Yes or No" + 1 DISP { "YES" "" "" "" "" "NO" } TMENU
  DO -1 WAIT
  UNTIL { 16.1 42.1 64.1 11.1 } SWAP POS
    IF DUP
    THEN 1 - 1
    ELSE 1000 .07 BEEP
    END
  END 0 MENU 1.1 - SIGN
\>>
something tells me this has all been done before but i couldn't find anything with source code.

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Yes or No? - CosmicTruth - 06-25-2014, 12:27 AM
RE: Yes or No? - MNH - 06-25-2014, 02:20 AM
RE: Yes or No? - CosmicTruth - 06-25-2014, 11:43 AM
RE: Yes or No? - MNH - 06-25-2014, 03:01 AM
RE: Yes or No? - CosmicTruth - 06-25-2014 10:41 PM
RE: Yes or No? - CosmicTruth - 06-26-2014, 02:42 AM



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