henkhenk Posted November 2, 2009 Share Posted November 2, 2009 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]]; Link to comment https://www.insanelymac.com/forum/topic/195471-array-of-numbers/ Share on other sites More sharing options...
Recommended Posts