José Romero <jose.cyb...@gmail.com>
writes:

Hi Jose, 
       
> Huh? i don't see any backslashes, you are missing the quotes at the
> start and end though. This is the "correct" code, if my mind reading
> skills are working well today:
>
> : (prin "\"" (replaceUrlWildcard U_ref W_ref) "\"")
> ... 
> "http://software-lab.de/doc/refZ.html"-> "\""

thanks for your answer, but I think I need a function that returns that
value and doesn't print it. 
An external program reads the URL's like this:

,------------------------------------------------------------------------------
| (setq UrlStrings_ref (prin "\"" (replaceUrlWildcard U_ref W_ref) "\""))
| (call "pandoc"  "-s" "-S"  UrlStrings_ref  "-o" "/home/tj/picolisp-ref.org" )
`------------------------------------------------------------------------------

and needs UrlStrings_ref to evaluate to a sequence of strings - not to
print it and return -> "\""

,------------------------------------------------------------------------------
| (call "pandoc"  "-s" "-S"  UrlStrings_ref  "-o" "/home/tj/picolisp-ref.org" )
| pandoc: ": openFile: does not exist (No such file or directory)
`------------------------------------------------------------------------------
 
> Note that quotes are escaped like \" not ""

Yes, I don't where these  4 """" quotes come from - do they have a special
meaning in Picolisp? I don't remember ... 

-- 
cheers,
Thorsten

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to