How to move an entire block of code right or left by one Tab

wapo54001

Senior Member
When I insert an IF/ENDIF or similar code in a previously formatted program I go through and either add or remove a tab on each line in the block of code between the newly inserted or deleted IF/ENDIF.

Is there a way to move the entire block of code to keep the formatting as it should be? I'm not aware of how to do this.
 

techElder

Well-known member
Highlight the whole block of lines you want to move.

Then TAB to move right; SHIFT-TAB to move left.
 
Top