View Single Post
Catastrophe
Veteran Member
Join Date: Jul 2012
Location: somewhere between narnia and king's landing...
Old 11-07-2014 , 06:34   Re: Questions about "for" loop
Reply With Quote #11

Hey guys one more question, what would happen if suppose there was smthing like this:-
Code:
public lalal()
{
         for(new i; i <= ArraySize(somearray) - 1; i++)
         {
         Somethinghere()
         }
}
ok so if in the above code the array size of "somearray" turns out to be 0, what would the loop do ?
__________________
You will find everything u need :-
Catastrophe is offline