pspp-users
[Top][All Lists]
Advanced

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

Re: Fwd: copying values


From: John Darrington
Subject: Re: Fwd: copying values
Date: Wed, 2 Feb 2011 09:17:42 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Feb 02, 2011 at 01:22:43AM -0200, Karel Novotny wrote:
     On Tue, 2011-02-01 at 21:35 -0500, Renan Levine wrote:
     > Maybe I misunderstood what you were doing? Are you trying to label the 
     > data? The syntax method will work for that.
     
     Sorry if I wasn't clear. I need to define different values that
     Variables can reach (column "Values" in Variables view). I have hundreds
     of variables and their characteristics (particularly these values) are
     repetitive. If a specific command can help with that please point me to
     it.
     
     Thanks
     
     karel  

You're talking about the value labels.  

There's no facility to copy/paste them.  Even if there was, I would recommend
avoiding it for all but the simplest operations. Cut and Paste leads to cut and
paste errors which often go unnoticed.

If you want to add the same value labels to 100 variables, you can do it with a 
simple
command like:

 ADD VALUE LABELS v1 to v100   1 'One'   2 'Two'   3 'Three'

See the manual entry for details.


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