2002-04-27 17:41:23.302 CocoaMed[1524] idList=10696437,3743643,
2002-04-27 17:41:23.302 CocoaMed[1524] idList=1069643,
I have only one line of code between the above two NSLog outputs:
[idList deleteCharactersInRange:NSMakeRange(6,9)];
I don't understand how deleting characters 6-9 results in the change in idList. The 3 is character 6, but the what happens to the rest of the string?
thanks,
kman