Char() returning random character

I had the need to convert integer to string in the UDT. I used the char() and it is returning random character within each udt instance.
2024-06-21 10_17_08-Tag Editor
Ig

char returns the ASCII character, you're probably intending to use str

1 Like

Thank you tried Tostr and it worked