(solved)Display quote marks within a string.

Started by FanOfHumor, Wed 27/07/2022 21:31:54

Previous topic - Next topic

FanOfHumor

It seems like i've heard somewhere of how to to this but I can't remember where.All I need is to allow showing the quotes in this.
output.WriteRawLine("script1="king01.txt" run=1");

Crimson Wizard

This is done by "escaping" with the back slash: \"

Code: ags

String s = "script1=\"king01.txt\" run=1";

SMF spam blocked by CleanTalk