Re: part two same issue - unwanted empty values in array [message #185764 is a reply to message #185747] |
Tue, 06 May 2014 17:53 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Mon, 05 May 2014 13:10:16 -0400, richard wrote:
> On Mon, 5 May 2014 17:03:07 +0000 (UTC), Denis McMahon wrote:
>
>> sort($master);
>> for ( $x = 0; $x < count($master); $x++ )
>> echo "{$x})..{$master[$x]}<br>";
> thank you.
> exactly what I needed.
Not quite.
What you need is to understand how you made the error in the first place,
which I suspect is totally beyond your comprehension, and yet myself (and
I suspect several others here) spotted it almost straight away.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|