No Steve,
and yes there is no goto.. but looking for the equivalent.. there must be away to branch out from a
line to a remote line in the same sub and without conditions.
Do While True
Dim a,b,d As Int
If a=a Then
End If
If b=b Then
Exit '--- exit the do loop from here
End If
If d=d Then
End If
Exit '--- we where always going to exit the loop
Loop
In assembler or machine code, we call this indirect addressing, where the address of the
final destination is stored somewhere pointed to by a variable stored in yet AnotherSomewhere.
A sensor or other interrupt routine changes AnotherSomewhere and everything then starts from there in domino effect.
So there is no condition for the last jump.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.