Compressor Extension

Hi @arthuro555, I am trying to figure out how the compressor extension you added works. Here is a quick event using string variables.

41%20PM

By applying the compress expression on “string1”, I can get a string of numbers in “string2”, which I take is the compressed form of “string1”. But when I decompress “string2” to “string3”, I end up with a number variable value of zero.

Am I misunderstanding how to use this extension or missing steps?
Thank you for your help.

That looks about right to me, how are you displaying the content of the variable?

I am simply using the debugger to inspect the variables. That’s how I can see that “string3” became a number type and not a string type like it was originally declared.

That’s weird, I’ll try to take a look when I get some time