Re: save to file
Re: save to file
- Subject: Re: save to file
- From: simone gabbriellini <email@hidden>
- Date: Thu, 3 Mar 2005 22:51:33 +0100
you mean like this:
[arrayInvito initWithCapacity:3];
[arrayInvito insertObject:[messaggioInvito stringValue] atIndex:0 ];
[arrayInvito insertObject:[titoloInvito stringValue] atIndex:1 ];
[arrayInvito insertObject:[contenutoInvito stringValue] atIndex:2 ];
[arrayInvito insertObject:[immagineInvito stringValue] atIndex:3 ];
??? because I got the same result, something is wrong I guess
thank you
simone
Il giorno 03/mar/05, alle 20:20, John C. Randolph ha scritto:
On Mar 3, 2005, at 10:46 AM, simone gabbriellini wrote:
any hint about what's wrong? is it correct to store a text field inside an array?
Save the strings from the textfields, not the textfields themselves.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden