>>-RxMessageBox(text-------------------------------------------->
>--+--------------------------------------------+--)-----------><
+-,--+-------+--+--------------------------+-+
+-title-+ +-,--+--------+--+-------+-+
+-button-+ +-,icon-+
Example 8.1. RexxUtil - RxMessageBox
/* Give option to quit */
if RxMessageBox("Shall we continue", , "YesNo", "Question") = 7
Then Exit /* quit option given, exit */