Convert hex string to ascii, now possible

The pipeline function base16_decode(value, [omit_padding]) : String will do what you need.

Unfortunately it is useful only for decoding text. It cannot be used for converting numbers to decimal.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.