On Thu, 20 Mar 1997, Gernot Jander wrote:

>         I need to "load" some dynamically loadable modules (*.so) into 
>         a vtcl application (e.g. database modules).
>         Where do I place the load command during the edit phase of 
>         vtcl? If I put it manually into the created code they 
>         disappear every time I edit with vtcl.

 The best place would be "init" since it is executed before any other
 procedures are even loaded/sourced.

 -stewart-

Reply via email to