NaN stands for "Not a Number" and it might mean that you have a variable
scope problem. At the very least it means that it's looking for a Number
type variable and the value of the variable you're trying to trace is the
wrong type.
Mike
On Mon, Dec 22, 2008 at 6:45 PM, Dean Hamack <bushidodesigns@...>wrote:
> Yep, I can just concentrate them together. But I tried using your
> example and it doesn't seem
> to work. For some strange reason it outputs "NaN" in my text box (which is
> odd considering
> there's only one capital N in my text).
>
>
> --- In FLASHmacromedia@yahoogroups.com <FLASHmacromedia%40yahoogroups.com>,
> "Michael Hudak" <hudey123@...> wrote:
> >
> > Can you just concatenate them together, or are you trying to do something
> > more complex?
> >
> > text1.text = this.firstChild.childNodes[0] +
> this.firstChild.childNodes[1] +
> > this.firstChild.childNodes[4];
>
>
>
[Non-text portions of this message have been removed]