|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
The following Tcl functions are available for use within ADPs. They are described in detail on the specified pages.
| ns_adp_abort (see page 45) | Aborts processing of the ADP file and throws away any output up to that point. | 
| ns_adp_argc (see page 46) | |
| ns_adp_argv (see page 47) | |
| ns_adp_bind_args (see page 48) | Copies arguments from the current ADP frame into local variables. | 
| ns_adp_break (see page 49) | Aborts processing of the ADP file and flushes all output (from ns_puts or static HTML) up to the point where it was called. Nothing is output or executed after it is called. | 
| ns_adp_debug (see page 50) | |
| ns_adp_dir (see page 51) | |
| ns_adp_dump (see page 52) | |
| ns_adp_eval (see page 53) | |
| ns_adp_exception (see page 54) | |
| ns_adp_include (see page 55) | Writes the contents of the specified file to the page as if it were the argument to ns_puts. The ADP file is parsed before it is inserted into the page. | 
| ns_adp_parse (see page 56) | Processes the specified ADP file and returns the result as a string. | 
| ns_adp_puts (see page 57) | |
| ns_adp_registertag (see page 58) | |
| ns_adp_return (see page 59) | |
| ns_adp_stream (see page 60) | |
| ns_adp_tell (see page 61) | |
| ns_adp_trunc (see page 62) | |
| ns_register_adptag (see page 160) |