Jump to content

Creating strings with double- and single-quotes


Recommended Posts

I'm using AutoIt3 to Run() a program (ImageMagick) that has some fairly complex command line parameters. Here is a partial example of a command line:

-draw 'text 100,100 "Works like magick!"'

If I'm trying to build the command line in a string, I wind up with something really cumbersome like:

$cmdline = "-draw 'text 100,100 " & '"Works like magick!"' & "'"

If there a better way to do this?

Thanks

Dave

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...