The arrtostr Statement
The arrtostr statement copies the input byte array (second) argument into its output string (first) argument and adds a null-terminator byte at the end. The syntax of the arrtostr statement is shown below.
arrtostr strData, arrData // convert byte array to string