T
thomasc
Guest
My understanding is that I can't call a module inside a procedural block.
I think the called module cannot be specified function or task because the
module serves as input to the system and its values change constantly.
I was wondering what I should do if I need to call the module inside a
procedural block because data should be modified as a part of the
procedure and the modification can only be specified in another module?
Is there a typical way to get around this?
any comment will be appreciated.
Thanks!
Thomas
I think the called module cannot be specified function or task because the
module serves as input to the system and its values change constantly.
I was wondering what I should do if I need to call the module inside a
procedural block because data should be modified as a part of the
procedure and the modification can only be specified in another module?
Is there a typical way to get around this?
any comment will be appreciated.
Thanks!
Thomas