← Back to team overview

sikuli-driver team mailing list archive

[Question #268089]: Concatenate a variable to another variable name

 

New question #268089 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268089

I want to add the value of a variable to another variable name in a flow, like this example:

myCount = 0

for x in allx:
   if (myCount == 0):
      anotherVar+str(myCount) = x
      print anotherVar0

It's a bit confuse I know! I think it's more a Python doubt than Sikuli, but I appreciate some help here!! :D

Thks!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.