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

[REBOL] Re: VID: choice arguments

From: mario:cassani:icl at: 28-Jan-2002 13:16

Hallo Robert,
> 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
Use the 'data "refinement" choice data test Mario