Am trying to use an argument from a Sub that has a CustomView,
Can the "Position" argument" be used in a different Sub?
And, if it is possible, what is this feature called.
thanks
B4X:
Sub TabStrip1_PageSelected (Position As Int)
Log($"Current page: ${Position}"$)
End Sub
B4X:
Sub Scoreboard
Label1.Text = $"${Position}"$
End Sub
And, if it is possible, what is this feature called.
thanks