pspp-dev
[Top][All Lists]
Advanced

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

Re: what essential GUI pieces are left?


From: John Darrington
Subject: Re: what essential GUI pieces are left?
Date: Tue, 1 Apr 2008 08:26:42 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Mar 31, 2008 at 01:40:45PM -0700, Ben Pfaff wrote:
     Jason Stover <address@hidden> writes:
     
     > I was just using pspp to check some students' data and thought of
     > something that would be very useful and not (I think) too difficult:
     > an easy way to save data as a delimited text file, through the
     > gui. Not having this has turned into a serious frustration.
     
     That would be pretty easy, yes.
     
     I can't find command syntax to do this.  Are you aware of any?
     Perhaps it should be a new command, or it could be GUI-only,
     without any corresponding syntax (though this would be useful
     through syntax also).


When I want to do this, I use a syntax similar to 


DATA LIST LIST /x (a12)  y *.
BEGIN DATA.
One 1
Two 2
Three 3
END DATA.

PRINT OUTFILE='foo.txt'
        /x (A12) y (F7).

EXECUTE.

J'


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


Attachment: signature.asc
Description: Digital signature


reply via email to

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