What is this crazy magic you're sewing Ray? :-)
public function atEnd() {
return $this->Index == sizeof($this->Results);
}
Am I correct in seeing this function (atEnd) being used to determine the end of an iterated array?
Next a "Ternary Operator" / comparison is done between a comma and the replacement ""
https://en.wikipedia.org/wiki/%3F:
Thats pretty cool thanks!!
Maybe at some point, (when your not busy) it would be worth while to create a Cheat Sheet that has all the customer WA functions and how they work?