Jump to content

Double Quotes and Multiline Strings


pugboy
 Share

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...