[ Previous ] [ Contents ] [ Index ] [ Next ]

Tcl Script Order of Evaluation

At server startup time, Tcl initialization is performed in the following steps for the server:

  1. If a Tcl directory is specified, the init.tcl file in that directory is sourced first (if it exists), and then all the remaining .tcl files are sourced alphabetically.

  2. For each module (including any Tcl-only modules as described on page 25) in the server: If a private Tcl directory is specified, the init.tcl file in the module-name subdirectory of the private directory is sourced first (if it exists), and then all the remaining .tcl files are sourced alphabetically.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.