Wednesday
Dec032008
Quick check on a case
Wednesday, December 3, 2008 at 5:07PM 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
tagged
tips and tricks
tips and tricks 

Reader Comments