#if

  1. Mashiane

    B4J Question [BANano] BANano does not support #if?

    Ola I'm compiling a library and have this sub 'get component Sub ToString As String #If debug Dim eName As String = $"${ID}_change"$ If SubExists(Module, eName) = False Then Log($"The '${eName}' event has not been defined!"$) End If eName = $"${ID}_click"$ If...
Top