I am trying to make an app that stores multiple strings in an array. I have an NSMutableArray and a string. I am trying to add the string to the array. I have already alloc/init the array, and it isn't working. My code is: [usrs addObject:usrname]. Any ideas?
Last edited by a moderator: