Entries in tips and tricks (1)

Wednesday
Dec032008

Quick check on a case

Based on a bit of code from David Baxter at SIR which shows off SIR's very useful functions.
This one will print out the record number, record name and the number of rows for the case you are interested in.

retrieval
. old case is 'ACBCDEF1'
. for i = 1,nrecs(0)
. write [recnum(recname(i))][RECNAME( i )][count(i)]
. end for
. end case
end retrieval