Suggestion needed for updating .bld file
Have an interesting scenario where I'm wanting to parse a VBPro .bld file and for every vbscript step, check for the instance of a given line and if that line is present, to put a new line just below it, while maintaining the original line. Like this:
Original: Line 1 Line 2 Line 3 Desired output, with "Line 2" as the instance line: Line 1 Line 2 Added Line Line 3 It looks like the search/replace function isn't going to do what I want, since that will replace the existing line, not add a line after it. I don't know if this is possible from within vbpro itself, or if I'll need to develop something external to parse the .bld file. Thanks in advance! Scott |
1 Attachment(s)
You should be able to use the object model for that. See the attached sample.
|
That almost does what I need, but I'm actually only looking for a substring of the whole line, so what I actually need is:
Original lines: ABCDE FGHIJ KLMNO Search for FG Final lines: ABCDE FGHIJ PQRST KLMNO I'm sure I'm just mangling the regexp syntax and there should be an easy solution within the searchandreplace.bld framework that's you've already provided, I'm just not able to figure it out. Scott |
1 Attachment(s)
See attached.
|
Works perfectly! Thanks a ton!
|
All times are GMT -5. The time now is 06:43 PM. |
Copyright © 1999-2023 Kinook Software, Inc.