It seems you are using a string input to enter a number. The "String to Byte Array" gives you an array of the ASCII codes of the Input string. I don't think that is what you want. You should either use a numeric control or a "String to Integer" to get a number an the but it in an U8 array.
Hope this helps Chris
