Ok I have 0 experience in writing javascript code. I have a function node that needs to do the following.
I have a string, say var stringA = '31323334353637'
, this represents a 7 byte array, in hex. I need to change that to a ACSII sting, var stringB = '1234567'
.
Will someone please help, I know there should be a simple way.
Thank you in advance