Replacing whole lines in BBEdit
Replacing whole lines in BBEdit
- Subject: Replacing whole lines in BBEdit
- From: Junior Tan <email@hidden>
- Date: Thu, 05 Apr 2001 23:42:02 +0800
Hi. I need help in scripting BBEdit. I need to replace whole lines
(non-consecutive) in a huge text file. I am opening for access another file
to get the line numbers and replacement texts, but I can't figure out how to
replace the replacement data into the lines on BBEdit 6.0
Tried:
1. Replace line lineNum of document 1 using Variable_Text as text
2. Write Variable_Text into line LineNum of document
And a dozen other variations
Help please.