Single box for multiple input?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
dsdsds

Single box for multiple input?

Post by dsdsds » Thu Sep 30, 2004 6:51 pm

~~~
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.

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Thu Sep 30, 2004 8:00 pm

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.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

dsdsds

Post by dsdsds » Thu Sep 30, 2004 9:47 pm

Wow! thanks!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts