let varNoRows=NoOfRows('Product'); TRACE $(varNoRows);
Eddie Wagthas quoted7 years ago
varTimer=Now(); Put these two lines at the end of the script (before any EXIT SCRIPT statement!): LET varTimer=Time(Now()-varTimer); TRACE Taken $(varTimer) to run;