cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
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.