Hi all, I've found a work-around for this bug:
write f "123456789"
p: open/direct f
copy/part p 1;== "1"
insert p "c"
read f ; == "123456789c"
read-io and write-io.
---
Ciao
Romano
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
