Quote:
Originally Posted by dcwhat
Stupid question does it matter if I already using the %i for my counter %i,time
|
Not sure to understand.. If this is the question :
Code:
int i = 14;
NSLog(@"%i", i);
No it do not matter. If it is not the question, i do not understand you question.