You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
The Editor-Debugger allows replacing text in script using a dialog box.
Press Ctrl+H to open replace dialog box. The Replace dialog box opens.

- Enter the text to find in the Find what: field (1).
- Enter the text to replace the found text with in the Replace with: field (2).
- Set the Match whole word only checkbox to search for the text in whole (3).
- Set the Match case checkbox to case-sensitive search for the text (4).
Click Find Next to run search or go to the next entry (5).
- Click Replace to replace the current found match (6).
- Click Replace All to replace all matches automatically (7).
- Click Cancel to stop close the replace dialog box (8).
Example of use fo replacing variable i to s:
- Before replacement:

- After replacement:
