Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] dynamic choice menus?

From: rishioswal::yahoo::com at: 15-Jul-2001 18:17

everytime i think i'm done with questions...i have more.. i am trying to dynamically build a choice menu. Ideally all i would have to do is something like this: lectures: ["menu1" "menu2" "menu3"] ... choice lectures ... Unfortunately this does not work. I do know that the following works: ... choice lectures/1 lectures/2 lectures/3 ... but the problem is that I do not know how many strings the variable lecture will contain so this is not going to work either. Is their a solution to this problem? rishi