in reply to Re: any built in function to take out null arrays elements?
in thread any built in function to take out null arrays elements?
To check if this array-element is empty, simply test it against the empty element '' or against undef.
Empty, a blank string, and undef are different things though!
Update: string, not strong.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: any built in function to take out null arrays elements?
by CountZero (Bishop) on Sep 21, 2007 at 08:43 UTC |