--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Hi Bruce, > > More syntactic icing, if easy to do? > > Currently > > inputDialog(var=combo title??item1|item2|third item) > > puts selected item in var if user makes choice. I could use (e.g. SAPI > example) the index of seleced item instead. Maybe some variant of ?? marker?
OK. I'll incorporate into next full release, but for now for you to play with, I uploaded the exe only to the usual place (4.9m). Use inputDialog(var=combo title??|item1|item2|third item) to set var to 0-based index of selected item (note | after ??) >
