Getting a compiler error ')' expected in my If statement
I am currently getting the compiler error in the If statment below but can not figure out why. Any help is appreciated!if (line.charAt(i) == ',' and (j == 0)) {j++;NumberOfChars = 0;i++;}Thanks in advance!
[256 byte] By [
evmoa] at [2007-10-3 1:16:27]
