cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar

New User: Sample List Dialog

How do I store the contents of what a user selects in a variable "x" after the OK button is selected.

Code for Sample List Dialog pasted below. Thanks,

names = {KATIE, LOUISE, JANE, JACLYN, LILLIE, KIRK, LAWRENCE};
dlg = Dialog( "Select Names", vlist( selection = List Box( names ), button( "OK" ) ) );
2 REPLIES 2
mpb
mpb
Level VII

Re: New User: Sample List Dialog

Play around with the following:

Re: New User: Sample List Dialog

Thank you.