Re: How to make Array of NSString
Re: How to make Array of NSString
- Subject: Re: How to make Array of NSString
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 10 Nov 2003 18:34:21 +0100
NSString * myString[50];
On lundi, novembre 10, 2003, at 05:21 PM, Jay Rimalrick wrote:
How do you make an array of NSStrings?
I tried NSString myString[50];
however when I try
myString[0] = @"text";
I get a warning/error
Thanks in advance
Jay
________________________________________________________________
Sent via the WebMail system at 1st.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.