I tried, Something Is Wrong, Activity2 = web2
'Activity module
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
url2 = "google.com"
StartActivity(web2)
End Sub
ub Button5_Click
web2.url= ( url2)
Activity.Finish
StartActivity(web2)
End Sub
I got This Error:
Compiling code. Error
Error parsing program.
Error description: פריט עם מפתח זהה נוסף כבר.
Occurred on line: 6
StartActivity(web2)
Will Appreciate , Small Sample,,
Thanks !!!
:sign0013: