RishiKumar2210
Active Member
B4X:
Sub Result
MsgboxAsync("No Add Rights" , "Sorry!!")
Wait For Msgbox_Result (Result As Int)
StartActivity(accounts_master)
Activity.Finish
End Sub
I write a code like this but it shows error like ("current declaration does not match the previous one"). I don't know what is the error?. I am Beginner Plzz clarify me