Bug? msgbox2 tips code error

icefairy333

Active Member
Licensed User
Longtime User
bug.png
 

eps

Expert
Licensed User
Longtime User
You seem to be missing a "

e.g.

B4X:
MsgBox2("Msg","Title","Do you want to delete the document?",Array("Yes","No"))

not

B4X:
MsgBox2("Msg","Title",Do you want to delete the document?",Array("Yes","No"))
 

eps

Expert
Licensed User
Longtime User
and shouldn't Title and the message be the other way around?

e.g.

B4X:
MsgBox2("Msg","Do you want to delete the document?","Confirmation",Array("Yes","No"))
 
Top