Re: put File[] into NSArray ...possible??
Re: put File[] into NSArray ...possible??
- Subject: Re: put File[] into NSArray ...possible??
- From: Sacha Mallais <email@hidden>
- Date: Thu, 30 Jun 2005 14:06:28 -0700
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