Question about combo boxes

Nicolas Cueto niconiko at gmail.com
Sun Nov 1 17:56:34 EST 2009


I think what you want is:

  put the label of button "[button name]"

This'll give you the actual words of the currently selected item.

Another way is:

  put the menuhistory of button "[button name]"

This'll give you the line number of the currently selected item.

--
Nicolas Cueto



More information about the use-livecode mailing list