You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?