Jeff Earls Fri, 16 Sep 2011 11:15:20 -0700
If I do: $listFeed = $service->getListFeed($query);
foreach ($listFeed as $listEntry) { ??? } And it returns a single row, how do I get the row number it returned? Is there a particular method like "getText()"?