With the latest release of B4i(6.80), I noticed this warning that I have never seen before:
Accessing fields from other modules in Sub Process_Globals can be dangerous as the initialization order is not deterministic. (warning #24)
Question: This warning is referring to my Public VARIABLES declared in the Main module. They are not FIELDS. The warnings refer to accessing these variables from outside the main module. Did I miss something in the update changes that I need to do when accessing Global Variables?
Accessing fields from other modules in Sub Process_Globals can be dangerous as the initialization order is not deterministic. (warning #24)
Question: This warning is referring to my Public VARIABLES declared in the Main module. They are not FIELDS. The warnings refer to accessing these variables from outside the main module. Did I miss something in the update changes that I need to do when accessing Global Variables?