TolliumUser::GetMessageBoxResult (open)
Returns the saved result for a message box
Syntax
LOADLIB "mod::tollium/lib/users.whlib";
STRING FUNCTION GetMessageBoxResult(STRING dlgid, STRING ARRAY buttons)Parameters
STRING dlgidKey identifying the message box
STRING ARRAY buttonsList of buttons in the message box
Return value
STRINGSaved result ("" if none available)