← Back to team overview

sikuli-driver team mailing list archive

[Question #176034]: popup a variable within a string

 

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.