Editing the Code for a Method or Process

  1. Highlight the section of code you want to edit.

    Or

  2. In the Edit menu, select Select All to highlight the entire code of the current method or process.
  3. In the Edit menu, select Cut to remove the code highlighted and store it on the clipboard.
  4. In the Edit menu, select Copy to copy the highlighted code to the clipboard.
  5. In the Edit menu, select Paste to paste the code from the clipboard.

The text you cut or copy is stored on the Windows clipboard and can be exchanged between other applications (e.g. C development systems). You can also copy and paste code between methods or processes, or between components.