Re: put File[] into NSArray ...possible??
Re: put File[] into NSArray ...possible??
- Subject: Re: put File[] into NSArray ...possible??
- From: Nathan Walker <email@hidden>
- Date: Thu, 30 Jun 2005 21:54:46 -0400
Thanks Sacha, I knew that was a pretty dumb question.
On Jun 30, 2005, at 5:06 PM, Sacha Mallais wrote:
On Jun 30, 2005, at 2:01 PM, Nathan Walker wrote:
how could I put a File[] array into an NSArray properly. I'd like
to use the File[] array as the list binding on a WORepetition.
can this be done?
Yes:
File[] myFileArray = something;
NSArray myArray = new NSArray(myFileArray);
Doesn't get any easier than that. You might want to check out the
JavaDocs: http://developer.apple.com/documentation/WebObjects/
Reference/API/index.html
sacha
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden