Bug? Bug by Type ?

D

Deleted member 103

Guest
Hi,

this line causes a crash
B4X:
Type User(text As String, auto As String)
And this line does not, why?
B4X:
Type User(text As String, auto1 As String)

Is "auto" a reserved word?
 
Top