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

[REBOL] VID: choice arguments

From: robert::muench::robertmuench::de at: 28-Jan-2002 14:03

Hi, how can I provide a variable as an argument to vid's choice? I tried: test: ["choice 1" "choice 2" "choice 3"] choice test But this doesnt work. Robert