B
Bernd Fischer
Guest
Hi,
I want to use defUserInitProc for a function that
has to call two args.
e.g.
procedure( initMyContext( arg1 arg2 )
....
)
How can I then call the function initMyContext
in the defUserInitProc function and how can I
spupply the arguments.
defUserInitProc( "myContext" 'initMyContext ??? )
Thanks Bernd
I want to use defUserInitProc for a function that
has to call two args.
e.g.
procedure( initMyContext( arg1 arg2 )
....
)
How can I then call the function initMyContext
in the defUserInitProc function and how can I
spupply the arguments.
defUserInitProc( "myContext" 'initMyContext ??? )
Thanks Bernd