I've got the following in my script to delete several sections of a text file that are braced:
Top
Loop
MatchBrace
Key DEL
IfEof
ExitLoop
EndIf
EndLoop
My problem is that after is successfully deletes the first brace section, it doesn't go to the next section...it just starts 'slowly' deleting text one character at a time.
If I try to manually do a Brace command (using CTRL+B) is doesn't always work unless I page down a few screens and the brace section is visually displayed on the screen (of course this doesn't help the macro problem)
Any ideas?
Dan
Top
Loop
MatchBrace
Key DEL
IfEof
ExitLoop
EndIf
EndLoop
My problem is that after is successfully deletes the first brace section, it doesn't go to the next section...it just starts 'slowly' deleting text one character at a time.
If I try to manually do a Brace command (using CTRL+B) is doesn't always work unless I page down a few screens and the brace section is visually displayed on the screen (of course this doesn't help the macro problem)
Any ideas?
Dan