Francois,
You wrote -
>foreach [name type] Fields [
> FormField: reform [{"Name":<B>cgi/}name{</B><P>}newline]
> write/append %cgiworf.r FormField
> ]
>
>Somehow an extra space character is appearing after cgi/
I just tried the following ...
>> name: "john"
>> print reform [ {"test":<b>x/}name{end}newline]
"test":<b>x/ john end
>> print rejoin [ {"test":<b>x/}name{end}newline]
"test":<b>x/johnend
Perhaps you need rejoin instead of reform (unless I misunderstood)?
cheers,
john
- [REBOL] reform command...blank space? Re: chmarad
- [REBOL] reform command...blank space? Re:(2) fprowse
- [REBOL] reform command...blank space? Re: johnkenyon
- [REBOL] reform command...blank space? Re: Andrew . M . Grossman
