Using quote inside strings in Delphi [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How does one escape characters in Delphi string In Delphi a string is contained within a pair of ' but I need to use ' in my string... and when I use one it brings a end to the entire string identification. 'inside string ' but this bit is outside' inside again' and the end Is there some symbol that removes the coding affect of the next character? 回答1: You need another quote to escape a quote: Writeln('I''m in