info Button

David Thompson dthmpsn1 at uiuc.edu
Sat May 24 06:33:39 PDT 2008


>Does 
>
>Case
>info("Trigger") ENDSWITH "Button.
>
>not work with ENDSWITH or am I doing something wrong.
>

I think you have confused ENDSWITH with BEGINSWITH. Unless you are expecting info("Trigger") to return something like

Button.Button.

or

Menu.Button.

then I think you want to use

Case info("Trigger") BEGINSWITH "Button."

That condition would be true if the procedure was triggered by a button.

Dave


More information about the Qna mailing list