This is probably an easy question but this is the first time i've encountered this. I have a modal view controller that I am getting a string from and need to add that string to an element of an array that is in another class that is calling the modal view controller. How do I pass and add that element from another class? Thanks...