hi all:
I want to keep track of some numbers. for this purpose I will need to use an array of numbers:
should I create it and use it the following way or there is an easy way?
NSMutablearray *array1;
[array1 addObject:[NSString stringWithFormat
"%d", count]];
I want to keep track of some numbers. for this purpose I will need to use an array of numbers:
should I create it and use it the following way or there is an easy way?
NSMutablearray *array1;
[array1 addObject:[NSString stringWithFormat