Multiple line Input

Asked by Ryan Raines

Is there a way to ask the user for multiple values in one message box?

Example:
I want to ask user for an address and would like for user to be able to enter each value (Street #, Street Name, City, State, Zip, etc) in the same message box.

So far I"ve only be able to come up with asking the user for each values seperately, but this generates an input message box for each value

streetNumber=input('St. Number:')
streetName=input('St. Name:')
city=input('City:')
state=input('State:')
zip=(input('Zip:')

Thanks for any input you could provide...

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Have a look at question https://answers.launchpad.net/sikuli/+question/189203

There you can find the principal approach to build your own message boxes.

Can you help with this problem?

Provide an answer of your own, or ask Ryan Raines for more information if necessary.

To post a message you must log in.