in reply to Re: Reporting
in thread Reporting
if ($#array >= 0) ### or ... if (@array > 0)
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Reporting
by diotalevi (Canon) on Apr 04, 2003 at 00:59 UTC | |
Re: Re: Re: Reporting
by l2kashe (Deacon) on Apr 04, 2003 at 05:54 UTC |