The strtoarr Statement
The strtoarr statement copies the input string (second) argument into its output byte array (first) argument excluding the last byte, which should be a null. The syntax of the strtoarr statement is shown below.
strtoarr arrData, strData // convert string to byte array