sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36984
Re: [Question #286858]: Nested loops
Question #286858 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/286858
Status: Open => Answered
Karl proposed the following answer:
Unless you have a specific reason to use the double brackets, you don't
need them. If you do, you'll just have to append a [0] to the code
below.
for i in range(0,len(pictures)):
paste(instructions[i])
click(pictures[i])
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.