How to skip parts of a loop?[code] for(int j = 0 ; j < 80 ;j++) { if (masterMonstersDB[i+j] != "NULL...
How to skip parts of a loop?So I have some code that reads from a tab delimited file every value, and inputs those values into a...