Tips on Using the Immediate Pane
You can use the following shortcuts in the Immediate pane:
- After you've executed a statement in the Immediate pane, you can execute it repeatedly by placing the insertion point anywhere in the statement and then pressing ENTER.
- Before pressing ENTER, you can edit the statement the insertion point is located in.
- You can use either the mouse or the arrow keys to move the insertion point in the Immediate pane. Press ENTER only if the insertion point is in a statement you want to execute.
- You can use the PAGE UP and PAGE DOWN keys to move through your code one page at a time. Pressing CTRL+PAGE DOWN always moves the insertion point to the end of the Immediate pane.
- You can use the Home key to move the insertion point to the beginning of the current line and the end key to move the insertion point to the end of the current line.