Which button was pushed in Find/Select dialog?

Neither info("trigger") nor info("dialog trigger") is able to determine which of the 3 buttons in the Find/Select dialog box was pushed. Sometimes I’ll Pause Dialogpause a procedure and I want to find out what was selected or found. How do I do that?

You have an extra space: should be info(“dialogtrigger”). Don’t know if that fixes the problem.

The info("dialogtrigger") function (no space, as @CooperT pointed out) works with statements that produce user configurable dialogs like alert, alertsheet, gettextdialog etc. It does not necessarily work with Panorama’s built in dialogs, and it definitely does not work with the Find/Select dialog. I’m afraid that the answer to your question is that it is not currently possible for a program to determine what button closed the dialog.