~~~
Input>variable,prompt[,default_value]
Displays a dialog box to request information from the user. The dialog box displays the prompt specified in prompt and accepts input into variable. Optionally, a default value can be specified.
~~~
The "input" function seems to accept only an input.
Is there a way to ask for 2 or more input variables in a single dialog window?
D.
Single box for multiple input?
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Use Combo boxes in Dialog . Each combo box will have its own variable value.
See my sample at http://www.mjtnet.com/forum/viewtopic.p ... ialog+quit dated June 19, 2004, 1:01 am. This has 2 combo boxes and a text box that are used to collect input from user. I believe it will work on any system as is, even though it references missing batch files on Drive F.
See my sample at http://www.mjtnet.com/forum/viewtopic.p ... ialog+quit dated June 19, 2004, 1:01 am. This has 2 combo boxes and a text box that are used to collect input from user. I believe it will work on any system as is, even though it references missing batch files on Drive F.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!