Hi, Is possible to pass the content of a Var as a call of a routine?
In other languages i see that %%VAR%% can acomplish that.
For example (not valid, for explain only)
if there is no solution I will not go against the tide
Thanks in advance
In other languages i see that %%VAR%% can acomplish that.
For example (not valid, for explain only)
B4X:
Sub Globals
Dim rutina As String : rutina="Mi rutina"
End Sub
Sub Activity_Create(FirstTime As Boolean)
Callsub2("",rutina,"")
end sub
if there is no solution I will not go against the tide
Thanks in advance