| View previous topic :: View next topic |
| Author |
Message |
cricketrulz Newbie
Joined: 07 Jul 2005 Posts: 10
|
Posted: Aug 5th, 2005 09:00 PM Post subject: Need to know if this is possable |
|
|
Can someone tell be if it's possable to write to certain line of a text file.
For exaple can you make line 45 equal "aaaa" |
|
| Back to top |
|
jmcilhinney Freshman
Joined: 06 Jul 2005 Posts: 25 Location: Sydney, Australia
|
Posted: Aug 9th, 2005 12:56 AM Post subject: |
|
|
| You would have to read in the entire file, set the appropriate line to the text you want and then write out the entire file. |
|
| Back to top |
|
|