Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

How can I use a quote in $PAGETEXT?

13 years ago
When I use commands like " $PAGETEXT := $PAGETEXT + "thing" ", everything works just fine and dandy. But when I use "$PAGETEXT := $PAGETEXT + ""thing in additional quotes"", the script can't be verified. The assumed reason for that would be that there's two quotes put together, which is easy to work around, but it turns out it won't accept additional quotes being anywhere in that part of the statement. It's just freakish. It's a monster. EDIT: ...By the way, all in the Advanced Editor scripting window. I hope this wasn't supposed to go in the Advanced Editor forum Ihhhh.

How can I use a quote in $PAGETEXT?

13 years ago

I believe you have to use the HTML symbol for the quote

How can I use a quote in $PAGETEXT?

13 years ago
" works. Sucks a little, but problem basically solved. Thanks!