I had declared some variables in Process_globals . But when I tried to use them in my second Activity , Compiler states that variable was not declared . How to declare the variables , they can be used in all Activities ?
Did you add the prefix Main to the variables in the other activity?
Sub Process_Globals Dim Var AsDouble
In the other activity. Main.Var = 1.23
It's the same as with the Modules in B4PPC.
You can also declare process global variables in other activities, then you must add the activity name as the prefix for the variables in other activities.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.