> If an array -- how to find length? For loop logic.... > > i.e (for n=0; n<array.length(); n++) It's array.length I believe. May be size. Either way, no parentheses. -- Scott