That did it!  Thanks very much. <br>Tim<br><br><br><br><div class="gmail_quote">On Sun, Oct 4, 2009 at 7:08 PM, achim <span dir="ltr">&lt;<a href="mailto:ak7@jupiter.uni-freiburg.de">ak7@jupiter.uni-freiburg.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
maybe its the database syntax: try &#39;not cat=16&#39;<br>
<br>
Achim<br>
<br>
Tim Holland schrieb:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I am trying to add labels to a map, where most of the labels get printed<br>
&gt; beside the shape (in this case, it is a point vector), while one label<br>
&gt; (point #16) gets printed above the shape to prevent label overlap.<br>
&gt;<br>
&gt; What I am doing is<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt;<br>
&gt; d.mon start=PNG<br>
&gt;<br>
&gt; d.vect PointsVect type=point display=shape<br>
&gt; d.vect PointsVect type=point display=attr attrcol=&quot;Name&quot; yref=top xref=left<br>
&gt; where=&#39;cat=16&#39; #### (to add the label for point number 16)<br>
&gt; d.vect PointsVect type=point display=attr attrcol=&quot;Name&quot; yref=center<br>
&gt; xref=left where=&#39;cat!=16&#39; #### (to add the labels for all other points)<br>
&gt;<br>
&gt; d.mon stop=PNG<br>
&gt;<br>
&gt; For some reason, the &#39;cat=16&#39; statement works fine, but &#39;cat!=16&#39; does not.<br>
&gt; For the latter, I get the following error messages:<br>
&gt;<br>
&gt; dbmi: Protocol error<br>
&gt; dbmi: Invalid procedure 101<br>
&gt;<br>
&gt; When I look online through bash scripting tutorials, it says != is the<br>
&gt; symbol for &#39;not equal&#39;.  Am I wrong on that?  Is there something else wrong<br>
&gt; with my syntax?<br>
&gt;<br>
&gt; Thanks for any help,<br>
&gt; Tim<br>
</blockquote></div><br>