Hi
I use most of time, string parameter in my sub
For example
B4X:
Sub mySub(sPar as String)
workMode = sPar 'Dim WorkMode As Int is declared in Sub GLOBALS of activity
end Sub
' I call my sub with this code
CallSubDelayed2(Me,"mySub", 64+5) ' this work fine in the...