I need to output text to the sandbox query console, either with write or format. Write output the text as a list and write("Testtext") returns [T,e,s,t,t,e,x,t] for example, isnstead of "Testtext".
I don´t get format to work at all.
How can I output strings as strings with write, or format in the sandbox?