User profile: MrPickle

User info
User name:MrPickle
Name:Kevin
Location:Edmonton, AB
History
Joined:
Number of posts:2
Latest posts:

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...