jimg Posted August 24, 2012 Posted August 24, 2012 I'd like to assign a VERY long string of text that includes lots of " and ' characters. Is there a way to assign the value without going through and "doubling" all the appearances of the quotes? In Perl, it would be like this: print <<"(END BLOCK)"; bla"bla'bla""bla (END BLOCK)
jimg Posted August 24, 2012 Author Posted August 24, 2012 Doh! By the time I hit "Post" I realized I can just read the string from a file! I'm using AutoIt3 to generate a huge .KML file that includes kml, html, javascript, and asp, and I got momentarily disoriented
Skitty Posted August 24, 2012 Posted August 24, 2012 I wish there was something like this in AutoIt actually, it would be nice to have a similar function as how you explain in perl and the <<<EOF things in php where you can just type in anything in between those statements.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now