Hello ,
I have sevral lines that matched my regular expression in Find/Replace Action.
How can I get each line separately.
I work whith FB5
Thank you
Hello ,
I have sevral lines that matched my regular expression in Find/Replace Action.
How can I get each line separately.
I work whith FB5
Thank you
You will need to write some script for that. The action fires the OnFindText script event for each match.
Where I have to catch this event?
If is not too difficult for you can you explain me more ?
Thank you
Each Action has script events that it fires. Select the Action in the Action List, then look at the bottom row of tabs and select Script Editor. Note the screenshot below is from FB6 which has an extra event that is not available in FB5 (OnMatchGroup).
Thank you