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
Thank you tried Tostr and it worked
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
Thank you tried Tostr and it worked