Right, but if I call ajax 1, and ajax 2...and the data returned is ordered 2,1...and returns at the exact time.
I'm already figuring this out a little better, and I'm 99.9% sure the answer is...
When construct executes based on tag xyz, it does not care whether the lastdata matches the tag xyz....it just goes by what's in the lastdata.
No biggy, but I'll have to add a column in phpadmin and use it as an criteria for
example:
on "xyz" completed &tokenat(AJAX.LastData,0,"|") = "xyz" then do whatever