I have a large text file of several hundred lines of text and needed to grab a specified line of text. Would I make an array of with each position holding one line of text, or is there a better approach?
Sorry if this seems so simple but I am new to Objective C and Cocoa. I don't mind taking the time to code the array out, but I have some concerns about the iphone and it's ability to handle an array of such size.
Thanks
Sorry if this seems so simple but I am new to Objective C and Cocoa. I don't mind taking the time to code the array out, but I have some concerns about the iphone and it's ability to handle an array of such size.
Thanks