Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL/Command words

From: gchiu:compkarori at: 29-Nov-2000 23:09

On Wed, 29 Nov 2000 09:19:14 +0100 "CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN" <[COUSSEMENT--C--ITC--mil--be]> 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