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

Reply via email to