Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-16 Thread Alexandre
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Alexandre confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-16 Thread Alexandre
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Status: Answered = Solved Alexandre confirmed that the question is solved: Thank you, I was able to solve my problem using for x in range (x,y) [...] type(%d) %(x)) Where type(%d) %(x)) write the

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-08 Thread Mark Weisler
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Mark Weisler proposed the following answer: Hello Alexandre et al, I suggest that you scan this board for this very often asked questions and the faqs section and/or learn some basic Python. Some basic

[Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-07 Thread Alexandre
New question #255477 on Sikuli: https://answers.launchpad.net/sikuli/+question/255477 Hello everyone, I am an extreme beginner in everything related to scgriptin, and even to coding in general. I nonetheless need to automate a task. I explain my case : I am a french medical student, and some

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-07 Thread Eugene S
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Status: Open = Answered Eugene S proposed the following answer: Hi, You should create a for loop. The basic usage will look like this: for iteration in range(number of pages - 1): #the iteration