'Activity module
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim URL As String
Dim DEBUGURL As String
Dim parser As SaxParser
URL = "http://mobil.maxmustermann.org/xmloutput.php?term="
End Sub
.
.
.
Sub Activity_Create(FirstTime As Boolean)
MsgBox(URL, "DEBUG")
End Sub