Hello,
I know it's not really a big issue, but when using Build Configurations B4X developers do the following.
It would be nice if we could just have the above work with one line just like the normal If > Then > Else condition.
Just like the standard conditions in the B4X suite of tools.
Thank you...
I know it's not really a big issue, but when using Build Configurations B4X developers do the following.
B4X:
Example using 3 lines:
#If Developer
Log($"3 lines into 1 = "${MakeItSo}$)
Else
Log($"5 lines into 1 = "${MakeItSo}$)
#End If
B4X:
Like this example using 1 line:
#If Developer Then Log($"3 lines into 1 = "${MakeItSo}$) Else Log($"5 lines into 1 = "${MakeItSo}$)
Just like the standard conditions in the B4X suite of tools.
Thank you...
Last edited: