I am trying to create an IDE type program, and will need to be able to store multiline strings...
For example, in PHP I can replace the line breaks with the \n character so when I fwrite to a text file, the line breaks appear...
Is there a similar character in AutoIt that I don't have to keep using:"String"&@CRLF&"String..." for?
Also, how can I put double quotes in a string? Use single quotes to store them? : $string = 'My "string" that will be stored'
Thanks, and Community on Patrol, stay out of my thread this time XD