0 votes

Hello, is there an escape character in GuidedTrack? I need to use double quotation marks inside a string variable. Thanks.

by (180 points)

1 Answer

0 votes

Hi Ali,
while there is not a escape character to enter quotation marks, I do it by URL-decoding the quotation marks character and saving it into a variable:

>>quotes = "%22".decode("URL")
>>text = "This is a text with a word in {quotes}quotes{quotes}"
{text}
by (3.6k points)
Thank you, that works for me! I also found another way; to use left and right double quotes inside neutral quotes defining the variable. On Windows the shortcuts for the left and right quotes are Alt+0147 and Alt+0148.
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users