Results 1 to 3 of 3

Thread: A complex string.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    A complex string.

    Is it possible?

    str := 'convert -pointsize 20 -fill white -draw 'text ' + arrowXYstr + '"' + Floattostr(Temp.umedel) + '"' img/temp.jpg img/temp.jpg';

    Xterm command : convert -pointsize 20 -fill white -draw 'text 270,460 "Text here"' img/temp.jpg img/temp.jpg
    Shell(str);

    arrowXYstr = '270,460';
    Temp.umedel = real;

    Is it possible?

    The " and the ' conflicts it seems.
    Last edited by sixten; 12-01-2013 at 12:37 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •