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 <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
