Android Question Global String VAriable

Ryan Pigeon

Member
If I declare this ThisIsAPublicVariable in Starter:

Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Public ThisIsAPublicVariable As String
End Sub

Is says undeclared variable in Main.

Why is this?
 
Top