Sorry; should have mentioned it's PHP 4.3.4 > > > > echo $myObject->littlePieces()[3]; > > echo ($myObject->littlePieces())[3]; > > Is this PHP 4 or PHP 5. I'm not surprised if it doesn't work in PHP > 4. I think that should work in PHP 5, but I wouldn't swear to it. > > -adam