Using image gifs broke my test for whether we are loaded by
vtcl or running on our own. I have lots of code in my main that I don't want vtcl
to run, so I use this test:

proc main.... {
        if ![info exists ::vTcl] {
                stuff run only when live, not edited by vtcl
        }
}


Is there another way to do this?

thanks
eric

vtcl 1.5.2


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to