Code Block Lines
Block Lines bracket nested functions between their start and associated end statements.
e.g. 'IF' has to have a corresponding 'EndIf'.
The example below shows the lines in operation. Different nesting levels are indicated using 4 different colour lines. These colours will repeat as the nesting levels get deeper.
Block lines can be enabled or disabled from Tools, Options, General tab and you can filter the block lines from the Tools, Options, Miscellaneous tab.
The following Basic statements covered by the block line brackets:
- Do.. Loop
- For..Next
- Repeat..Until
- Select..Case..EndSelect
- While..Wend
- Proc..EndProc
- Sub..EndSub
- ISR..EndISR
- If..Then..Else..EndIf