Hi,
There’s a small problem with the values returned by the MessageBox action. The corresponding symbolic contants are documented somewhere in the help file (but not in the MessageBox help) but you can use them only in a script. And the actual value is not given anyway.
So how do I know that clicking on the No button returns 7 beside looking at the Windows SDK include files? If I want to test the value returned by MessageBox, I first have to try the different buttons, write down the value returned in the variable (I have to look at the Watch window each time) and then modify the test action (e.g. if…then) accordingly.
It would be simpler to give these values in the help page related to MessageBox.
Or did I miss something? I have tried to use the symbolic constants in the IF…Then action but this doesn’t work.
Thanks.
Hi Patrick,
I’ll put it on the todo list to document this action properly. The action was kindly donated by Peter Thornquist which is probably why we forgot to do the doco for it!
.t8