I have created a project where the majority of the script is executed from a button. Part way through the script, the user will be asked to make a single selection from a list box. So far this works fine, however, Is it possible to pass the chosen information back from the listbox to the button script, to carry on from where it left off. I'm trying to avoid having a duplicate script running from the On Select or On Double-click function of the list box.
Anyone have any ideas please?

