So if I do understand well, the LiveCode statement: put revDataFromQuery("|","$",gConnectionID,tSQL) into tData is stating: run the sql statement on tSQL, putting all results in the tData variable and, by the, way, separate records with "I" and fields with "$" (or vice-versa). then clean the whole m...