App crash

luke2012

Well-Known Member
Licensed User
Longtime User
The code below raise a crash in the runtime of the apk.
The target was to share an array between all activity modules.

Sub Process_Globals
Dim ArrRoles(1) As String:ArrRoles(0)="Cameriere":ArrRoles(1)="Titolare"
end sub
 

kickaha

Well-Known Member
Licensed User
Longtime User
You obviously did not notice that I corrected this for you in your other thread!
 
Top