set-string <variable> [ = <string> ] [ process-scope ] [ unquoted ]Copied!
set-string my_string unquoted = this is "some" string where there escape characters like \n do "not work"Copied!
set-string my_string = "this is \"some\" string where there escape characters like \\n do \"not work\""Copied!
set-string my_string
Copied!
set-string my_string = "abc"Copied!