Hello,
I have a service that contains a status variable in Process_global. I access this variable from different activities and other services. I get the compiler warning 24 (Accessing fields from other modules in Sub Process_Globals can be dangerous as the initialization order is not deterministic. (warning #24)).
Why is that. How can I avoid it? Should I make a sub that returns the status instead?
Thanks
Regards
I have a service that contains a status variable in Process_global. I access this variable from different activities and other services. I get the compiler warning 24 (Accessing fields from other modules in Sub Process_Globals can be dangerous as the initialization order is not deterministic. (warning #24)).
Why is that. How can I avoid it? Should I make a sub that returns the status instead?
Thanks
Regards