macro 1:
InsertMode
ColumnModeOff
HexOff
UnixReOff
Top
Find "[CaptorGroup]"
Replace "[Group]"
macro 2:
InsertMode
ColumnModeOff
HexOff
UnixReOff
Top
Find "[CaptorGroup]"
IfFound
Replace "[Group]"
EndIf
Question: Macro 1 can be run and no problem , but Macro 2 will reports "replace wrong". Who can tell me why ? thanks.
InsertMode
ColumnModeOff
HexOff
UnixReOff
Top
Find "[CaptorGroup]"
Replace "[Group]"
macro 2:
InsertMode
ColumnModeOff
HexOff
UnixReOff
Top
Find "[CaptorGroup]"
IfFound
Replace "[Group]"
EndIf
Question: Macro 1 can be run and no problem , but Macro 2 will reports "replace wrong". Who can tell me why ? thanks.