having these instructions
Code: Select all
put "SELECT * from calcolo_ore" into tSQL
put revDataFromQuery(tab,return,dbID,tSQL) into tRecords
answer tRecords
How can I do, however, to know the number of records retrieved?
I saw that there revNumberOfRecords but I can not make it work.
Thank You