pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting case numbers


From: John Darrington
Subject: Re: Getting case numbers
Date: Sat, 13 Nov 2004 12:22:33 +0800
User-agent: Mutt/1.5.4i

On Fri, Nov 12, 2004 at 07:06:46PM -0800, Ben Pfaff wrote:
     > For a struct ccase , how do I find out its case number ??
     
     It's a pretty rare question so there's no standard way.  You
     could count cases as you process them, but that won't correspond
     to the input data in any useful way if transformations that drop
     cases are in use.  If it turns out to be an important question
     then we could provide for some kind of case number that gets
     carried through with each case as it gets processed.


I see.  Actually I think the best way to do it is if I add a public
accessor function to the casereader object which returns its case_idx
member.

Thanks,


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.


Attachment: pgpRTWEob5J1e.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]