Hello I seem to have missed something because this is driving me nuts.
I have two activities and want to pass a string from one to the other.
Essentially i have this:
Activity One
Sub Process+_Globals
Dim Myvalue As String
end Sub
...
Sub Whatever
Start Activity2
end Sub
Activity 2
When i try to assign or even print to the log
all i get is variable undeclareed
Any Help?
I have two activities and want to pass a string from one to the other.
Essentially i have this:
Activity One
Sub Process+_Globals
Dim Myvalue As String
end Sub
...
Sub Whatever
Start Activity2
end Sub
Activity 2
When i try to assign or even print to the log
all i get is variable undeclareed
Any Help?