Modify Variable Action not working

As per here, we can’t get the ; & ? stripped from NumberPad value.
Even tried just a straight text replacement.

I’ve tested it by reimplementing Show Message sample and it is working for me. I don’t have a mag card setup to test atm so can you give more details about it?

As an alternative you can try placing regular expression to Find part and enter $1 to Replace part.


If I enter ;Sheather the following is what is displayed.

If I enter ; as Find and nothing as Replace, it works.
Entering the Regex into Find and $1 into Replace does not change the NumberpadValue.

Can you try ;Sheather? because Regex tries to match exactly starting ; and ending?

1 Like

Using ;Sheather? works.

1 Like