in reply to Re: Re: array testingin thread array testing
What you can do:
if (defined(@a) || defined(@b)) { push(@test, @a, @b); } [download]