Dave Thomas <Dave / PragmaticProgrammer.com> writes: > Lloyd Zusman <ljz / asfast.com> writes: > > > Aha! I had forgotten about having read it in that place in the book. > > But even there, it doesn't clearly address the case where `*' expands > > an array into a group of method parameters during a method invocation. > > p70 (under "More About Methods/Expanding Arrays in Method Calls") is > the initial introduction to this, and p229 is in the reference > section. > > Dave Yep! ... there it is. The part about using `*' in method invocations is indeed covered on p70. Thank you very much. -- Lloyd Zusman ljz / asfast.com