Android Question jump to line in code

Sadk

Member
B4X:
Do While EndLoop = True

Loop
Hi . . . This works at the beginning of the sub, when executed, it stops, the condition goes to a specific line, there is a second condition that goes to the down
B4X:
If TextOfLine = "" Then

        GoTo Blankline:      'go to line ( 8 )

Else
       . . . some code

Blankline:
 
Upvote 0
Top