Is it possible to write a line to html?
WriteLn send the code at the end of the code.
I want to write a line at line 1400.
Thank you for your time..
Write line to .html
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Write line to .html
HTML is just text. You cannot write into the middle of a text file. But you can read in and write out. What you do is you read your data in, modify the part you want (insert a line) then write ALL of it out to a new file. You can either delete the old file and write with the new filename, or write to a new file, then delete the old, rename the new.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?