Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Editor-Debugger Debugger utility allows replacing text in script using a dialog box.

Press Ctrl+H to open replace dialog box. The the Replace dialog box opens.

  1. Enter In the Find what field (1), enter the text that you want to find in the Find what: the script.
  2. In the Replace with field (1).Enter 2), enter the text with which you want to replace the found text with in the Replace with: field (2).script. 
  3. Set the Match whole word only checkbox (3) if you want to search for the whole entered text in whole (3).
  4. Set the Match case checkbox (4) if you want the search to be case-sensitive search for the text (4).
  5. Click the Find Next to run search or button (5) to start the search and go to the next entry (5)match.

    Info
    titleNote.

    The search runs down from the current cursor position.


  6. Click the Replace button (6) to replace the current found match (6).
  7. Click the Replace All button (7) to replace all matches automatically (7).
  8. Click the Cancel button (8) to stop close the replace dialog box (8).

Example of use fo replacing variable the i to variable with s:

  1. Before replacement:
  2. After replacement: