Hi All
I would like to implement the equivalent of the following program code snippet on the TI Nspire CX CAS.
The problem being the Dialog command is not on the Nspire.
Is there a way it could be re-coded to suit the Nspire?
Thank you for any suggestions you may have
Regards
tgahan




Code:
Prgm
Local a
Dialog
Title "Options"
Dropdown "Choose one", {"perimeter","area", "lateral area", "volume"}, a
EndDlog
if a = 1 then
    // do this
ElseIf a=2 then
    // do something old
ElseIf a=3 then
    // do something borrowed
ElseIf a=4 then
    // do something new
EndIf
EndPrgm
Not too familiar with the Nspire, however you could always just make a text menu and have the user input an option like here: http://tibasicdev.wikidot.com/forum/t-859916/drop-down-menu
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement