ByteArray32 : ARRAY[0..31] OF BYTE TO String
ARRAY[0..31] byte TO STRING
I have a 32 byte array, I want to pass it to a string, which block should I use?
ARRAY[0..31] byte TO STRING
I have a 32 byte array, I want to pass it to a string, which block should I use?
Comments
BUF_TO_STRING converts an array of bytes (ASCII codes) to a string:
Note the special behaviour of the BUF_TO_STRING FB: