How to empty a col list box into a list variable
This is very simple, but for whatever reason the Scripting Index Help forgot to do this in the example.
I just want to empty all of a col list box in a modal window into a list variable. If you answer for all *selected* that's great for people Googling this but I actually want the whole list, not just what the user selected.
topwindow = New Window( "Mean Comparisons",
<<modal,
H Lis...
dale_lehman