Byte Array Display Characters

greeting & kind regards

please see attached image of template run window in particular selected byte array . the array contents are presented as characters in the template run window . as the byte values are binary w/ no relation to characters such a presentation can result in incorrect formatting upon export as CSV and subsequent text processing of same as some of the binary values will be interpreted as control characters which they are not intended as . may i please inquire is it possible to set the format of said array elements to another format in particular hex .

thank you kindly

By default an array of ‘byte’ is displayed as a string. The easiest way to turn off the string is to switch to using ‘ubyte’. You could also possibly set up a custom <read> function that returns an empty string.

Graeme
SweetScape Software