Hi, This is another little problem with the TTrace package...
When a proc has not been called yet in the thread, it doesn't exists. Then when it is called, the TTrace package handles it, find it and create it before calling it (I hope I am right :-O). So, using "info args <procname>" doesn't work anymore with the TTrace package unless the proc has been called previously in the thread. To test it, you can use nscp and call "info args <procname>" it will tell " "<procname>" isn't a procedure " Then you simply execute the proc : <procname> and doing "info args <procname>" again works. This can have a minor impact on the majority of web sites as the "info args" function is perhaps not used so much, but it can be good to know... Regards. Jean-Fabrice RABAUTE Core Services - Enjoy the future today http://www.core-services.fr -- 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.
