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.
char
returns the ASCII character, you're probably intending to use str
1 Like
Thank you tried Tostr and it worked