Thank you Michael for your prompt answer. If I have this correctly, this means that the only functions that I can call are some of the functions and procedures that are recognised by the TCL as AOLServer TCL core functions, but this rases a final question comes to mind: All the core functions seem represented (except one which will be the next message :-) but why are the control port functions absent: ns_cport and ns_menu, or are these calls to a TCL lib that the AOLServer installer did not install ?
Cordially, Daniel Page ----- Original Message ----- From: "Michael E. Duffy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 15, 2001 9:32 PM Subject: Re: [AOLSERVER] The Control Port doesn't... > Documentation problem. > > If you look at the nscp source code, you'll see that the control port > interface just passes things off to a TCL interpreter. > > The single most useful command is > > > ns_eval source /path/file.tcl > > which allows you to re-source tcl initialization files when developing > library code. > > Good luck! > Mike > http://www.mikeduffy.com
