Quote:
Originally Posted by DiGk
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.
|
I think u answered my questions, I have a varible set as "time" and to display, display a varible you have to NSLog(@"%x",Any varible Name); right?
Also if u do something like this would it work
Int testCounter = 0;
testCounter++; <- this would increase by 1 right?