Advances the ALEQuery to the next row in the result set.
Do not call this immediately after a query, or you'll skip the first row.
Returns false if there was no new row, otherwise true.
hadNextRow = ALEQuery:NextRow()
None.
boolean hadNextRow
- See method description.