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

[REBOL] Re: Skip out to lunch on files ?

From: g:santilli:tiscalinet:it at: 3-Oct-2002 20:10

Hi Andy, On Thursday, October 3, 2002, 6:15:51 PM, you wrote: AF> If this is known, is there a good work around ? It is a known bug (it actually never worked for me...), and I think it has been reported several times too. (Anyway, please report it to feedback again; maybe this way it gets better attention. :) We're all waiting for a fix... To work around, you need to do something like: port: open/direct %file ; skip 1000 bytes copy/part port 1000 ; etc. The drawback is that you're actually reading from the file (which is of course MUCH slower than just skipping...). Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r