Hi!
Even if this is LabWindows CVI forum....
you should use Byte Array To String, in
Numeric --> Conversion palette. To do this you have to use an array, instead of a single numeric value.
Even if this is not efficient, you can build an array of 1 element, and then send it to Byte Array To String function.
I hope this helps... Bye!
graziano
BTW, you can do it in a simpler and more efficient way with LabWindows/CVI and C code, if you want.