dolexd Posted November 1, 2020 Share Posted November 1, 2020 Hello, Is there a ch function for drop down list in VEX. I am trying to create a switch case and I am not sure how I can get a drop down menu. Please help. Thanks. S Quote Link to comment Share on other sites More sharing options...
DonRomano Posted November 1, 2020 Share Posted November 1, 2020 Create an integer channel, and then convert it to an Ordered menu via "Edit Parameter Interface". Then, you can add items using Python menu attributes like so : menuitems = ["0", "item1", "1", "item2", "3", "item3"] return menuitems Quote Link to comment Share on other sites More sharing options...
Librarian Posted November 1, 2020 Share Posted November 1, 2020 Maybe it Helps on this Ex. Inter.hiplc Quote Link to comment Share on other sites More sharing options...
dolexd Posted November 1, 2020 Author Share Posted November 1, 2020 Wow. Thanks a lot. This helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.