I have a variable like this:
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
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