Graham:

You did me make thinking about another possibility : what if RT simply
renamed the func ?

I tried :

REBOL/Command 1.0.0.3.1

>> help decode-cgi
USAGE:
    DECODE-CGI args

DESCRIPTION:
     Converts CGI argument string to a list of words and value strings.
     DECODE-CGI is a function value.

ARGUMENTS:
     args -- Starts at first argument word (Type: any-string)

And found it back !

Thanks for bringing on the path of the truth !

BTW, my appologizes to RT because I mentionned something about "unfair
marketing strategy". I was wrong ! ( :-/ )

Christophe


> -----Original Message-----
> From: Graham Chiu [SMTP:[EMAIL PROTECTED]]
> Sent: woensdag 29 november 2000 11:09
> To:   [EMAIL PROTECTED]
> Subject:      [REBOL] Re: REBOL/Command words
> 
> 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.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to