The other reason it's always best to include the ";" is that you can add statements after it easily, and/or move that statement around without having to worry about adding an ';'. <br><br>There is a similar question with the "," of the last array member.<br>
<br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Sat, Jun 6, 2009 at 9:49 PM, Earnie Boyd <span dir="ltr"><<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>></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;"><div class="im">Quoting Pierre Rineau <<a href="mailto:pierre.rineau@makina-corpus.com" target="_blank">pierre.rineau@makina-corpus.com</a>>:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I usually write the ";", because I do a lot of development, and for me,<br>
it has no sens to write an instruction without this to end it.<br>
<br>
But, as without it works, do what you want. Some people may say that it<br>
might be less readable, I just think this is more consistent to write it<br>
down.<br>
<br>
</blockquote>
<br></div>
It might not always work depending on the order of statements and the order of included files. Always include the ';' to end the statement is the best choice.<br><font color="#888888">
<br>
--<br>
Earnie<br>
-- <a href="http://r-feed.com/" target="_blank">http://r-feed.com/</a> -- <a href="http://for-my-kids.com/" target="_blank">http://for-my-kids.com/</a><br>
-- <a href="http://www.4offer.biz/" target="_blank">http://www.4offer.biz/</a> -- <a href="http://give-me-an-offer.com/" target="_blank">http://give-me-an-offer.com/</a><br>
<br>
<br>
</font></blockquote></div><br>