greaseman
Closer to seniority!
- Local time
- Today, 11:16
- Joined
- Jan 6, 2003
- Messages
- 360
DOes anyone know of a way to programatically remove lines of code from source code?
Example:
I have the following code:
"********************** Start Blah ****************
code line a
code line b
code line c
code line d
'********************** End Blah ******************
What I'm looking for is a down and dirty way of going through all my code and then wherever I see code like above, remove it by looping from Start Blah to Stop Blah.
If anyone has a comment or suggestion, outside of doing a global find and manually removing, I'd love to hear from you! Thanks so much in advance!!
Example:
I have the following code:
"********************** Start Blah ****************
code line a
code line b
code line c
code line d
'********************** End Blah ******************
What I'm looking for is a down and dirty way of going through all my code and then wherever I see code like above, remove it by looping from Start Blah to Stop Blah.
If anyone has a comment or suggestion, outside of doing a global find and manually removing, I'd love to hear from you! Thanks so much in advance!!