Posted by: Jan
« on: March 31, 2025, 04:06:55 pm »For each line in the Text Replacing box, you may specify the Output(s) or Source(s) which applies to. If nothing is specified, it applies to all.
To process the line only by Output ID 1:
To process the line only by Source ID 1:
To avoid the Text Replacing completely for specified Output, type this:
so all lines below will not be processed by Output ID 2.
If you select the line by mouse and then rightclick, you may move the line or enter a new line between existing lines.
To process the line only by Output ID 1:
Code: [Select]
Change To
%OUTPUT1%Unwanted text Final Text
To process the line only by Source ID 1:
Code: [Select]
Change To
%SOURCE1%Unwanted text Final Text
To avoid the Text Replacing completely for specified Output, type this:
Code: [Select]
Change To
%OUTPUT2%%REGEXP%.* %END%
so all lines below will not be processed by Output ID 2.
If you select the line by mouse and then rightclick, you may move the line or enter a new line between existing lines.