bugs

  1. luc-dev

    Bug? Const not always initialized at debug time

    At DebugTime, B4A Const declared in Sub Class_Globals are not initialized when the value is assigned from another module. Everything works as expected at runtime. B4i 8.51 doesn't have this issue. Sub Class_Globals ' OK Public Const State_unknown = -1 As Int ' Not initialized at...
Top