K Kamac Active Member Licensed User Longtime User Jul 28, 2011 #1 It would be cool if we could hide parts of our code, like using SUB and END SUB we get possibility to scroll it, there could be CODE; END CODE which wouldn't affect our code, but we could hide it just wile with SUBs.
It would be cool if we could hide parts of our code, like using SUB and END SUB we get possibility to scroll it, there could be CODE; END CODE which wouldn't affect our code, but we could hide it just wile with SUBs.
M magalt Member Licensed User Longtime User Jul 28, 2011 #2 Perhaps you could use #Region ...... ...... #End Region You look at http://www.b4x.com/forum/basic4andr...ecting-tips-beginners-wanted-4.html#post56993 Marco
Perhaps you could use #Region ...... ...... #End Region You look at http://www.b4x.com/forum/basic4andr...ecting-tips-beginners-wanted-4.html#post56993 Marco