Intermittent Auto indent problem in SPSS 20

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Intermittent Auto indent problem in SPSS 20

Art Kendall
I paste syntax like the example below into a syntax window, then <edit><select all> <tools>  <indent syntax> <auto indent>.

Sometimes the whole set of syntax is duplicated.  In other words, a second copy is appended to the end of the syntax.

But I this does not happen consistently.

Have others had this problem?

I am running Windows 7 Home premium on a home brew quad 64 bit system with 8 gig of RAM.

Art Kendall
Social Research Consultants


new file.
data list list/ id (f1) base (f2) x1 to x4 (4f1).
begin data
   1 10 0 0 0 1
   1 10 0 0 2 3
   1 10 0 6 7 8
   4 10 5 4 4 4
end data.
missing values x1 to x4(0).
numeric offset1 to offset4 (f3).
vector try=x1 to x4.
vector y = offset1 to offset4.
loop #index=1 to 4.
 compute y(#index)  = base - try(#index).
end loop.
mult response groups = offsets 'all the offsets' (offset1 to offset4(0,10))
 /frequencies = offsets.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Art Kendall
Social Research Consultants