|    | 
GetYesNo
The GetYesNo function displays a message in a standard Windows message box containing [Yes] and [No] buttons. Use this dialog to get a true or false response
| 
 | 
 | 
| bOK = GetYesNo( string ) | 
 string is the message to display and may contain
multiple lines.
    string is the message to display and may contain
multiple lines.
 This function
returns the following values for bOK:
    This function
returns the following values for bOK:
This dialog differs from GetYesNoCancel in that it returns true/false rather than a number