I’ve seen examples on this forum with screenshots, and it seems like it should work, but for some reason it doesn’t work with me. Whenever I place a backslash to escape, it just gives me this “Error: EOF Expected”.
My guess would be that the ; isn’t an escape character where a backslash would be required. If you want a backslash inside the string, you need to use a double backslash.
In design script the ; character will often create a return. Sometimes you can backspace the return and get the desired results after adding the escape character.