[REBOL] /View (beta and before) bugs
From: chris::langreiter::com at: 26-May-2002 19:13
[1] Skip on file ports opened with
open/binary/direct
like in:
fp: open/binary/direct %file
skip fp 100
is _still_ buggy with current /View beta (I better don't mention when
this bug has first appeared on the list and presumably been sent to
feedback ;-)
File ports opened without the /binary refinment work.
[2] /skip refinement ignored when used in following scenario:
read/direct/skip/part %file 100 100
PLEASE FIX, those are very important.
-- Chris