On Jul 26, 2005, at 7:58 AM, John Ekins wrote:

  proc dosomething blah {
     ns_log Notice "proc with arg '$blah'"
  }

I think you're missing braces around the argument.  Try

proc dosomething {blah} {
        ns_log Notice "proc with arg '$blah'"
}


--
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