Hello,
It would be nice if we could have some kind of single line conditional logging option.
would become
I tried some variants but none of them compiled so I don't think this is supported yet?
It would be nice if we could have some kind of single line conditional logging option.
B4X:
#if debug
Log("whatever")
#end if
would become
B4X:
#if debug Log("whatever")
I tried some variants but none of them compiled so I don't think this is supported yet?