<html><head><DEFANGED_meta name="qrichtext" content="1" /></head><body DEFANGED_STYLE="font-size:12pt;font-family:Arial">
<p>dear list</p>
<p> I have a shape file with some 200 classes. I want to create only 2 classes out of it. For example class 120,101,140 etc. become cat1 and the <span DEFANGED_STYLE="font-weight:600">rest</span> cat2</p>
<p>I wrote a script:</p>
<p>cat 1</p>
<p>where CNT_ATT=140</p>
<p>cat 1</p>
<p>where CNT_ATT=101</p>
<p>cat 2</p>
<p>where CNT_ATT=200</p>
<p></p>
<p>(CNT_ATT is the column with categories)</p>
<p>I do not want to write 200 times the same command, and values separated by comma or blank doesn't work.</p>
<p></p>
<p>Any ideas?</p>
</body></html>