Re: Java help
Re: Java help
- Subject: Re: Java help
- From: Michael DeMan <email@hidden>
- Date: Sat, 27 Aug 2005 04:30:26 -0700
for (i=0; i < MAX; i++) {
myArray.addObject(new Integer(i))
}
yes, it sucks...
Michael F. DeMan
Director of Technology
OpenAccess Network Services
Bellingham, WA 98225
email@hidden
360-647-0785
On Aug 27, 2005, at 4:23 AM, Ken Anderson wrote:
None that I know of.
On Aug 27, 2005, at 7:19 AM, Amedeo Mantica wrote:
Hi, is there a method to fill an Array with sequential numbers?
I can do a simple loop with addObject istance, but there is another
method?
Thanks
Amedeo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
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
References: | |
| >Java help (From: Amedeo Mantica <email@hidden>) |
| >Re: Java help (From: Ken Anderson <email@hidden>) |