call_back and routine_id
I am having some conceptual difficulty with a project i am working on:
I want to have two (or more) instances of ex.exe intrepreting scripts in
which one instance can access functions intrepreted by the other.
Is it possible to use call_back()/call_func()/call_proc() in one
instance of ex.exe to call a function declared by routine_id() in
another (assumming -- and i'm not sure this is possible, either), that
the first instance could access the result of the routine_id() in the
second instance?
Basically, I want to be able to use functions in a second program which
are declared after the beginning of run-time of my first program.
thx
snortboy
|
Not Categorized, Please Help
|
|