Hello!
I need to use Ñ in an array (data), but I get an error of this type:
GameScene.lua: 194: attempt to index field ‘?’ (A nil value).
How can I rectify it?
Hello!
I need to use Ñ in an array (data), but I get an error of this type:
GameScene.lua: 194: attempt to index field ‘?’ (A nil value).
How can I rectify it?
How are you trying to use it? i.e. post a snippet of code that will run to show your code breaking
I already resolved it!
Actually, the problem was generated by using ñ in the name of a variable.
Avoiding this, I solved it.
Thank you very much
Unfortunately programming languages are written in English so you need to stick to standard ASCII characters
How are you trying to use it? i.e. post a snippet of code that will run to show your code breaking
I already resolved it!
Actually, the problem was generated by using ñ in the name of a variable.
Avoiding this, I solved it.
Thank you very much
Unfortunately programming languages are written in English so you need to stick to standard ASCII characters