The "part" of code most present in our sources

stevel05

Expert
Licensed User
Longtime User
More recently (and more seriously) it's probably
B4X:
Wait For (Dialog.Show ....) Complete (Resp as Int)

1613373952691.png
 

stevel05

Expert
Licensed User
Longtime User
Wow, that's a coincidence. The same project I posted the picture above from also has 42 -1's 6000+ lines of code in 38 modules.
 

Cableguy

Expert
Licensed User
Longtime User
I thought "Dim" and "As" contribute the most.
The dim has been replaced by public/private alternative replacement when dealing with persistent declarations.
 
Top