iOS Question [SOLVED] B4I v2.50 - objects to use of variable name New_line

JackKirk

Well-Known Member
Licensed User
Longtime User
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?
 
Top