Someone mild telling me how please?
I havn't quite figured it out yet.
Thanks
Results 1 to 6 of 6
- 25 May. 2010 08:12pm #1
[Py help] Loop through file, once done restart.
Shh, I'm watching My little pony.
- 25 May. 2010 10:21pm #2
Loop through a file : File ReadFilePython
f=open('/tmp/workfile', 'w')
for line in f:
print line,
f.close()
took around 2 seconds by using Google.com.
- 25 May. 2010 10:31pm #3
Not what I ment xD
Shh, I'm watching My little pony.
- 26 May. 2010 03:58am #4
Give an example. I don't understand what you want to do.
- 26 May. 2010 10:01pm #5
Wants it to loop through a file. Think he's making a multi account program but using .txt files for it. So what it'll do it would like,
Start Here
Split Accounts Here
Do other Functions here
Back to top of loop and repeat.
- 26 May. 2010 11:14pm #6
I have it done guys
Thanks for the help anywaysShh, I'm watching My little pony.