New question #176034 on Sikuli:
https://answers.launchpad.net/sikuli/+question/176034
How can I insert a variable within a string to popup a message? For example:
favNUM = input("Enter your favoriate number")
popup("Your favorite number is " + favNUM)
works great! (if the variable is at the end). The following doesn't seem to work
popup("Your favorite number is " + favNUM + " because you're awesome")
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp