Hi guys,
I have this code that raised an error
Change the code to this
Fix the error. It is a bug or a normal behavior?
I have this code that raised an error
B4X:
Sub Test(RowId)
CallSubDelayed2(CallFrom, SubToCall,RowId)
Activity.Finish
End Sub
Change the code to this
B4X:
Sub Test(RowId)
CallSubDelayed2(CallFrom, "MySub",RowId)
Activity.Finish
End Sub
Fix the error. It is a bug or a normal behavior?