12 Jun
2001
12 Jun
'01
11:49 a.m.
On Tue, 12 Jun 2001, Horst Wald wrote:
I hope this is not a stupid question: can one PythonScript-Object A() call another PythonScript-Object B() without help from 'above'?
Like (suppose, wer're in A):
... x=5 y=B() z=6 ...
y=context.B() should do it. hoping this helps. bye, Jerome Alet