View Single Post
  #67  
Old 03-30-2006, 04:31 PM
peterchi peterchi is offline
Senior Member
 
Join Date: Apr 2005
Location: passed 1st year comps
Posts: 1,823
Default Re: Paste what you have on copy

replace dustfar = .
replace dustfar = 0 if dust_fw == 0
replace dustfar = 1 if dust_fw != 0 & dust_pw < 3
replace dustfar = 2 if dust_fw >=3
Reply With Quote