Hello, I need your help ... forum I could not find the tutorial to jump from one code to another line of code .. in short, a command like GO TO there in B4A?
Another question how do you switch to another sub when a button is pressed?
There is no GOTO in Basic4Android, is uses calls to subroutines. Also like a lot of modern languages it is event driven. It relies on user interaction.
Take a look at the Beginners Guide specifically Chapters 1&2
There is no GOTO in Basic4Android, is uses calls to subroutines. Also like a lot of modern languages it is event driven. It relies on user interaction.
Take a look at the Beginners Guide specifically Chapters 1&2
Thank you for your reply, I found the solution in Chapter 4.
Although I had to create the sub hand, since I selected the word and then I made Sub Go To Declaration (hearing a beep) but you have not created any sub, you know tell me why?
Goto Sub Declaration is a shortcut on the context Menu, right mouse click or press F12, that will take the cursor to a subroutine whose name is highlighted that already exists in your code.
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.