Behaviour now:
Code: Select all
For a=1 To 10
If a>5
; If a=7
; Debug "a=7"
; EndIf
Debug "a>5"
EndIf
Next
Code: Select all
For a=1 To 10
If a>5
;If a=7
;Debug "a=7"
;EndIf
Debug "a>5"
EndIf
Next
Code: Select all
For a=1 To 10
If a>5
; If a=7
; Debug "a=7"
; EndIf
Debug "a>5"
EndIf
Next
Code: Select all
For a=1 To 10
If a>5
;If a=7
;Debug "a=7"
;EndIf
Debug "a>5"
EndIf
Next