Android Question msgbox problem

DPaul

Active Member
Licensed User
Longtime User
Hi,

Still testing my trial version (hope that is not the cause of the phenomenon)
See this simple yes/no code:

Dim answ As Int
answ = 0
answ = Msgbox2 ( "Start ?", "text", "Yes", "","No" , Null)
Msgbox(answ, "text")

I could not get the "dialogresponse.positive" response for "yes", hence i put the msgbox.
yes gives -1 and no gives -2

?? Is this supposed to be like that ?

thx,
Paul
 
Top