Hey guys, this seems so simple and yet I couldn't find anything in the documentation about this
I'm trying to use the double quote character (") in a string. obviously ags displays an error message. Is there any way to specially encode this character kind of like you can do %% to do the "%" character?
String Version = ExtractTag(RawMap, "<version = "", """);
Yep, it's: \"
Thanks Tomatoes, sometimes the solution is so easy ;)
But hard to find if it's not in the manual (at least I couldn't find it there)
For reference, it's mentioned here: http://americangirlscouts.org/agswiki/AGS_tidbits_&_snippets
(near the bottom)