Hi, I�have a window that contais a listbox.It's created within a procedure that I�built, like this :� create_window_list name This window must return the contents of the list box and then be destroyed, but if I�put the return before the destroy, the window is not destroyed, and if I�put the destroy before, the window is destroyed with the list box and I�cannot make the return command anymore. I�tried to set a variable which contains the contents of the list box, make a destroy and then make a return, but seems that the variable is also destroyed... :( Does anybody here have a suggestion ? Thanks,
