How to get rid of double quotation marks from string

Hi,

I’m new to TouchDesigner and Python. I feel like it’s an easy solve but I have no idea how and where.

I made TouchDesigner to receive text strings from Max 8 to OSC In DAT and then send the text to Text TOP to display. But the text string is received in double-quotation marks in TouchDesigner. I wonder there is a way to get rid of it when I link to the Text TOP…

I found the answer. I had to use Evaluate DAT :sweat_smile: