I have just upgraded to B4I v2.50.
On loading my major app I get new log messages:
Object reference not set to an instance of an object.
new_line is not a valid identifier.
It is objecting to use of this subroutine:
Private Sub Util_logit(New_line As String)
If I change "New_line" to something else all is OK
What gives?
On loading my major app I get new log messages:
Object reference not set to an instance of an object.
new_line is not a valid identifier.
It is objecting to use of this subroutine:
Private Sub Util_logit(New_line As String)
If I change "New_line" to something else all is OK
What gives?