![]() |
|
#7
|
|||
|
|||
|
Hi nige777
This is what i use and it seems to work Code:
infile = open(file,"r") for line in infile.readlines(): #do stuff infile.close() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IVEx file extenstion unrecognised. | sindi | Vizard | 2 | 12-10-2009 02:20 AM |
| problems with output to a text file within executable | Saz | Vizard | 1 | 07-01-2009 12:01 PM |
| Problem generating exe file | Anfo | Vizard | 1 | 11-17-2008 05:21 PM |
| Read file....many issues | Uttama_vizard | Vizard | 9 | 07-08-2008 03:16 PM |
| File Management | Uttama_vizard | Vizard | 2 | 07-01-2008 10:44 AM |