pspp-users
[Top][All Lists]
Advanced

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

Re: copying variable values


From: John Darrington
Subject: Re: copying variable values
Date: Wed, 16 Jul 2008 09:12:21 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

That is strange.  Copying and pasting certainly works for me.  You
need to create an empty variable before you can add data to it.  Did
you do that?  Under what platform are you running PSPP?


If you just want to copy all the data from one variable into another,
one way to do it is with the compute command.  Given a variable X, you
can run a syntax like 

 COMPUTE Y=X.
 EXECUTE.

This will create a new variable Y (if it doesn't already exist) and
will then copy the values from X into it.  You can do this
interactively in the GUI from the Transform->Compute menu.


Hope this helps,

J'




On Wed, Jul 16, 2008 at 10:34:34AM +1000, Lisa McFayden wrote:
     I have recently installed PSPP and am trying to set up my variables. Can 
     anyone tell me how to copy values where the same values apply to 
     multiple variables. Copying and pasting isn't working.

-- 
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]