Two Button Dialog

Displays a dialog box that contains a message and two buttons.

message is the message that you want to display in the dialog box.
T button name is the name displayed on one of the dialog box buttons. The default is OK.
F button name is the name displayed on one of the dialog box buttons. The default is Cancel.
T button? returns a value of TRUE if you click the dialog box button named T button name. If you click the dialog box button named F button name, T button? returns a value of FALSE.