Hello

The problem is that 'file-dir is listed as both a parameter for the function
and as a local variable.  Current version of REBOL does not allow this.

Solution: rename one of the variables in the function spec (and in each
occurrence in the function body).

Larry

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 02, 2000 8:22 AM
Subject: [REBOL] post.r is incompatible with core 2.2?


> I don't know if anyone is using Andrew's Grossman post.r script, but I
don't
> think it likes the new Rebol versions (though it works fine with
2.1.2.3.1)
>
>
> with Rebol/ore 2.2.0.3.1 and Rebol/View I got the following:
>
>
> ** Script Error: Duplicate function value: file-dir.
> ** Where: func [
>     file-dir [file!] "Directory in which to put uploaded files"
>     save-as-field [logic!] "save files as field name or uploaded filename"
>     /local file-dir save-as-field str boundary done name file done2
content
> ] [.......
> ...........
>
>
>
> any ideas?
>
>
>
>

Reply via email to