On Tue, 2007-07-31 at 14:43 +0100, Chris Boget wrote:
> > At this point, $result would be equal to "uppercase".  I feel 
> > like this is a really kludgey way to accomplish this.  Is there 
> > a better way?
> 
> Couldn't you just do
> 
> arsort($chance);
> $lastItem = chance[( count( $chance ) - 1 )];

$lastItem = end( $chance );

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to