by Joe Strout <joe@[EMAIL PROTECTED]
>
Sep 11, 2007 at 09:03 AM
In article <1189495016.637547.220390@[EMAIL PROTECTED]
>,
that one more kid <ozgunbey@[EMAIL PROTECTED]
> wrote:
> I wrote that as a workaround, but it pops up OutOfBounds exception
> when trying to write to array element 0
It would; you've declared Filenames as an empty array, and then you're
trying to store something into array element 0 (or whatever Changes
happens to be). That's out of bounds. Use Filenames.Append instead.
Best,
- Joe
--
"Polywell" fusion -- an approach to nuclear fusion that might actually
work.
Learn more and discuss via:
<http://www.strout.net/info/science/polywell/>