Keita Rose wrote:

I am trying to simulate a mobile scenario using multiple source files, how do I 
go about implementing this?

Keita
hi Keita,

    u can use the source command for including contents of another file.
suppose u r writing ex1.tcl and u want to include ex2.tcl in it. then include "source ex2.tcl" statement in ex1.tcl. that statement will be replaced by contents of ex2.tcl. That's how multiple source files are implemented. u can check example files in tcl/ex directory.
I hope I addressed ur concern.

regards,
Sandeep.

Reply via email to