It is worse because usually the condition is based on "calculations", which you must put before and duplicate them within the loop.Eg, if I see FOR I = 1 TO 10 : stuff : NEXT I then I know understand stuff is meant to happen 10 times. If I see I = 1 : DO WHILE I > 10 : stuff : I = I + 1 : LOOP then I have to think a bit harder to arrive at the same understanding.
This is worse than readability, in my opinion.
https://www.b4x.com/android/forum/t...nts-when-using-callsub-callsubdelayed.107253/What is that something else? Given that we both seem passionate about B4A being a better language, I'll probably hop on that bandwagon with you too