Hello,
Yesterday and today i expected two bugs on games with the .NET.
Yesterday, i had a code like this:
For i = 0 to text.split("_").count - 1
And the game was showing an error like the “i” was not recognized… This code works on my others projects.
The bug happens with the code: .split(“string”).count
The .count create the bug.
And today, i expected a bug with the List declaration.
The error was: error VBNC30451: ‘List’ is not declared. It may be inaccessible due to its protection level.
The code is:
The program doesn’t recognize “New list”
Thanks,
Best regards