[REBOL] [port/skip]

2004-05-29 Thread Carl Read
Are there any known problems with the use of skip with ports? As on files it doesn't seem to work for me... write %test.txt abcdefghijkl port: open/direct/binary %test.txt copy/part port 4 == #{61626364} close port port: open/direct/binary/skip %test.txt 4 copy/part port 4 == #{61626364}

[REBOL] Re: [port/skip]

2004-05-29 Thread Carl Read
Hmm - I was badly wrong about skipping files after an open working okay - REBOL totally locks up when I attempt this kind of thing... (Taken from the Users' Guide: http://www.rebol.com/docs/core23/rebolcore-14.html#section-8.4)... fp: open/direct/binary %file.dat fp: skip fp 10 My

[REBOL] Re: [port/skip]

2004-05-29 Thread Arie van Wingerden
Hi Carl, indeed I experience exactly the same phenomenon! CPU goes to 100% and I have to kill REBOL because it's stuck somewhere. I'm running Win2k with all service packs / updates applied and REBOL/View 1.2.46.3.1. Met vriendelijke groet / with kind regards, Arie van Wingerden

[REBOL] [REBOL.org] Recent changes

2004-05-29 Thread rebol
[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. ===changes=== icon-browse.r --change: updated script --title: Iconic Image Browser --owners: carl gchiu --author: Carl Sassenrath