Step 4. Copy and Paste
VED020 - Edit Source Code
The editor uses standard Windows shortcut keys for
operations.Use Ctrl+Home to move to the top of the source code.
In this step you will learn how to copy and paste text.
1. Position the cursor in front of the BEGIN_COM statement.
2. Press Ctrl + Shift + right arrow to select the text BEGIN_COM.
3. Press Ctrl + C to copy the text.
4. Position the cursor before the BEGIN_COM and press
to add a blank line above the BEGIN_COM statement.5. With the cursor on the blank line press Ctrl + V to paste in the copied text.
6. Select the newly pasted text.
7. Press Ctrl + Z to undo the paste operation.