by Joe Strout <joe@[EMAIL PROTECTED]
>
Oct 24, 2007 at 08:31 AM
In article
<83eb9b69f564623873390e6fd2421fa1@[EMAIL PROTECTED]
>,
"mhartman" <usa.mark@[EMAIL PROTECTED]
> wrote:
> Also, I have seen your name attached to a method for determining the
> number of elements in a control array. That is very clever routine and I
> use it with credit to you.
>
> How is that you can use the same name UBOUND with this routine and have
it
> not get confused with Realbasic's UBOUND?
Because they have different parameter types. This is called
"overloading" -- you can have two methods of the same name as long as
their parameters are different.
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/>