msgbox2 tips code error
eps Expert Licensed User Longtime User Nov 17, 2016 #2 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"))
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 Nov 17, 2016 #3 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"))
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"))
Erel B4X founder Staff member Licensed User Longtime User Nov 17, 2016 #4 You are both correct. It is fixed for the next version.