[REBOL] Re: skip on direct mode file port
From: greggirwin::mindspring::com at: 11-Aug-2002 11:38
Hi Anton,
<<
fp: open/direct/binary %test-file.r
fp: skip fp 4
Now I wait for a long time, while cpu is at maximum.
>>
I think it's a known issue that SKIP doesn't work on direct/binary files at
this point. I thought I had heard that the fix would be in soon, but I
haven't seen it yet. I'm willing to wait a bit, assuming they're taking the
time to get it really right, because it will open up a lot of new
possibilities.
--Gregg