#  This macro changes the value of a polygon's 1st atrbt to a new value, 
   bumpimg up the original value to the 2nd atrbt value. 


#  First, select view zoom . (for speed during macro execution)
view zoom 1 1

#  Next, select the atrbt value to be changed.
crit_clear
crit_type  2
crit_subel  25
crit_astrg  old
crit_exec  1  oldpoly

#  Finally, change the OLD value to the NEW value.
atrbt_set  1  1  new
# This macro should be set up to run all at once for all atrbts
# by copying lines 9,10,11,12,13, & 16 to the end of the file,
# 1 set for each atrbt in the soils legend and substituting in
# for "old, oldpoly, & new".
