Can I set a Variable to a Typed String Trigger?

Is it possible to set a variable to a typed string trigger?

I have a macro that triggers from 2 possible typed strings.
I would like the macro to know which of the 2 strings was the trigger

Having 2 macros is not an option. It's a large palette and I would need to do this for everything on it. The palette would become too large if there were 2 of everything.
Thanks!

Yep. Set Variable Local__Trigger to %TriggerValue%.

1 Like

Hey Mike,

Yep, as JM mentions.

The Wiki page on Typed String Triggers is kind of dry reading, but you should peruse it anyway.

-Chris

1 Like

Thanks! That worked.