Mike;<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Όλα Καλά!!<br>
</blockquote><div><br>I&#39;ll assume that translates to &quot;w00t&quot;? :¬D<br></div></div><br>Three cheers for Eduard!<br><br>This won&#39;t work on floats and ints though ( for strings it&#39;s fine). Arrays of length 1, on the other hand, can be dealt with in this way if we really urgently must clean up everything.<br>
<br>Sadly that will make for loops look like this;<br><br>for (int n[1]; n[0] &lt;= 5; n[0]++)<br>    {<br>    &lt;&lt;&lt;n[0]&gt;&gt;&gt;;<br>    if( n[0] == 5) {null @=&gt; n; break;}<br>    }<br><br>That&#39;s not going to win any beauty awards. Ahum.<br>
<br>Kas.<br>