String To Byte Array Function

Owning Palette: Path/Array/String Conversion Functions

Requires: Base Development System

Converts a string into an array of unsigned bytes.

Each byte in the array has the ASCII value of the corresponding character in the string.

 Add to the block diagram  Find on the palette
string is the input string the function converts.
unsigned byte array is the output array. The first byte in the array has the ASCII value of the first character in string, the second byte has the second value, and so on.