Android Question Accessing Globals

aklisiewicz

Active Member
Licensed User
Longtime User
I have a variable like this:

B4X:
    Dim dbFileName As String                :dbFileName = "my_slite.db"

declared in Main module in Sub Process_Globals
For some reason when I try to access this Var from another module It is not visible and reference code shows in red

any ideas ?
Arthur
 

qsrtech

Active Member
Licensed User
Longtime User
Hopefully we'll be able to skip the "module name" one day in the near future...
 
Upvote 0
Top