Something to be aware of is that the parser does not ignore braces that are in comments, so if you have:
# if { "$foo" == "abc" } {
change it to:
# if { "$foo" == "abc" } {}
to avoid complaints about unclosed braces.

Eric

At 06:49 AM 11/28/2008, you wrote:
Thanks a lot Russell for your quick answer :)
It seems like the server can't understand that the close brace is located at the end of the loop! As I would like the entire loop to be interpreted I would like to now if somebody has encounter this problem? This is a school project and this problem is quite misunderstandable for me ...


Thanks a lot in advance :)
Thibault





--
AOLserver - http://www.aolserver.com/


To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to