In einer eMail vom 10.03.00 00:35:31 (MEZ) Mitteleuropäische Zeit schreibt 
[EMAIL PROTECTED]:

> What I ended up using was:
>  
>     FOREACH [f-1 f-2 f-3 f-4 f-5] files [ 
>       portfolio: MOLD TO STRING!
>       REDUCE [f-1 "+" f-2 "+" f-3 "+" f-4 "+" f-5]
>  
>  When I do it this way, I get a string. That's what I told it to do.
>  
>  This causes an error, and the page is returned minus the first and last 
(f-1 
> &
>  f-5) entries. When the quote marks are removed after copying the completed 
> URL
>  into the brower, it works fine, so the quote marks are the problem.
>  
>     tmp: READ JOIN QAN-URL [ "?tick=" portfolio decimals ]
>  
>  Hmm, this is the *same line* used elswhere in the program, which worked 
last
>  night. Am I missing something?
>  
>  In what form can I get the above "string" without quotes, so that I can 
> build
>  the URL properly?
>  
>  
maybe probe some values for us?!
Note,
>> print to-string [1 2]
12
>> print mold to-string [1 2]
"12"
Maybe simply no mold (which says "make rebol-code from it, quote strings") ?

Volker

Reply via email to