Version: 
Back to list

Core :: choose

Synopsis

   Invite the user to choose one value between multiple choice

GUI Dialog

   

Script function

   core.choose(message, values[, defaultValue]) -> choice

Parameters

   message (String) : Message to display
   values (StringList) : Possible values to choose
   defaultValue (Int[optional] : Default value index

Return value

   choice (Int) : Index of the choosen value in the values list