D Deleted member 103 Guest Mar 18, 2017 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2017 #2 Filippo said: Is "auto" a reserved word? Click to expand... Yes. A compiler check for this will be added.
Filippo said: Is "auto" a reserved word? Click to expand... Yes. A compiler check for this will be added.