Hello,
I come_back with an old but true question about Jump possibility in a program.
I know that many programers consider that all algorythms can be done with loops.
But sometime the loops make more complex the code, mainly when it is necessary to exit one of many integrated loops. In this case i use indicators, but it is unreadable to maintain. It is like if a car could only turn left of right but never goto straight.
In addition, in its machine code, Intel offers all the possibles conditional jumps.
So, if oneday the B4A compiler could offer only a simple "GOTO" statement, it would be very useful.
Thank you for your attention,
Nice regards.
I come_back with an old but true question about Jump possibility in a program.
I know that many programers consider that all algorythms can be done with loops.
But sometime the loops make more complex the code, mainly when it is necessary to exit one of many integrated loops. In this case i use indicators, but it is unreadable to maintain. It is like if a car could only turn left of right but never goto straight.
In addition, in its machine code, Intel offers all the possibles conditional jumps.
So, if oneday the B4A compiler could offer only a simple "GOTO" statement, it would be very useful.
Thank you for your attention,
Nice regards.