10-03-2007 03:09 AM
10-03-2007 05:53 AM
Yush,
You simply need to "type cast" (It's on Numeric -> Data Manipulation) the U8 integer of "erection rate" to a string. Make sure that the input decimal value is in U8 representation otherwise the string will be longer than a single byte. The type input at the top of the cast can be any string (perhaps a wire from the "T")
You'll get a 1-byte long string having the same bit pattern as the U8.
Rod.
PS You could alternatively use flatten to string (on the same pallette)