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

[REBOL] Re: Plotting Dialect and Docs Available

From: lcdr:licholai:msc:navy:mil at: 24-Jan-2002 17:38

Jason, I did not modify any of the rebol built-in functions (mezzanine functions). I am using REBOL/View 1.2.1.3.1 of 21-Jun-2001 and have /only as a standard refinement to request-file. Here is what I get for help request-file: USAGE: REQUEST-FILE /title title-line button-text /file name /filter filt /keep /only /path DESCRIPTION: Requests a file using a popup list of files and directories. REQUEST-FILE is a function value. REFINEMENTS: /title -- Change heading on request. title-line -- Title line of request (Type: any) button-text -- Button text for selection (Type: any) /file name -- Default file name or block of file names (Type: any) /filter filt -- Filter or block of filters (Type: any) /keep -- Keep previous settings and results /only -- Return only a single file, not a block. /path -- Return absolute path followed by relative files. I'm not sure what is causing the error you describe. Thanks, Matt