sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15047
Re: [Question #216288]: how to loop the creation of a file containing a list, from wich an element is extracted, and a new file containing the reduced list, is created.
Question #216288 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/216288
Status: Open => Answered
j proposed the following answer:
You'll probably need to write:
("C:\\python_texts\\"+str(x)+"txt","r")
and
("C:\\python_texts\\"str(x + 1)+".txt","w")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.