[kepler-users] Quotes in a constant actor

Christopher Brooks cxh at eecs.berkeley.edu
Thu Mar 27 08:57:12 PDT 2008


Hi Fanny,
Backslashes should work with the Const actor:

"my_binary --name \"toto and titi\" "

Note that there are Parameters, which expect strings to
be surrounded in double quotes:
"my_binary --name \"toto and titi\" "
and StringParameters, which are Parameters in 'String Mode',
which do not have double quotes.

It looks like you are trying to execute a command, so it
depends on which actor you are using.

_Christopher

Christopher Brooks (cxh at eecs berkeley edu) University of California
Chess Executive Director                      US Mail: 337 Cory Hall #1774
Programmer/Analyst Chess/Ptolemy/Trust        Berkeley, CA 94720-1774
ph: 510.643.9841 fax:510.642.2718	      (office: 400A Cory)
home: (F-Tu) 707.665.0131 (W-F) 510.655.5480  


------

    Hello,
    
    is it possible to put double quotes in a constant actor which  
    contains already
    a command line that begins and ends with quotes ?
    
    Example :  "my_binary --name "toto and titi" "
    
    Can we protect them with a special caracter ?
    
    Many thanks,
    
    Fanny Levy.
    _______________________________________________
    Kepler-users mailing list
    Kepler-users at ecoinformatics.org
    http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-users
--------



More information about the Kepler-users mailing list