06.08.2013, 12:27
I removed the enum codee and replaced it with: new TenCodes[][] = { blabla };
Then using TenCodes[i][0] and TenCodes[i][1].
But the [1] doesn't print the right values, it just prints the 10code but as 0-20 or 0-25 even though it should print the full string name.
Then using TenCodes[i][0] and TenCodes[i][1].
But the [1] doesn't print the right values, it just prints the 10code but as 0-20 or 0-25 even though it should print the full string name.