Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Searching text in script  Script debugging Next page


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

Press Ctrl+H to open the Replace dialog box.

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

    Note

    The search runs down from the current cursor position.

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

Example of replacing the i variable with s:

  1. Before replacement:
  2. After replacement:
  • No labels