cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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.

Recommended Articles