On Wed, 29 Nov 2000 09:19:14 +0100
 "CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN"        
<[EMAIL PROTECTED]> wrote:

> REBOL/Core 2.3.0.3.1
> >> help decode-cgi-query
> USAGE:
>     DECODE-CGI-QUERY args
> DESCRIPTION:
>      Converts CGI argument string to a list of words and
> value strings.
>      DECODE-CGI-QUERY is a function value.
> ARGUMENTS:
>      args -- Starts at first argument word (Type:
> any-string)
> And ...
> REBOL/Command 1.0.0.3.1
> >> help decode-cgi-query
> No information on decode-cgi-query (word has no value)
> 
> I feel bad about it, because I've now to reengineer some
> features of my
> project to deal with this problem !

I'm using  2.4.39.3.1 and there is no decode-cgi-query.
Are you sure it's not a mezzanine (sp) function?

Try 

   source decode-cgi-query 

and define it yourself.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to