I'm a bit confused about the behaviour of copy/part as it appears inconsistent:
>> str: "123456789" == "123456789" >> copy/part str find str "9" == "12345678" >> copy/part str index? find str "9" == "123456789" I'm sure that I'm missing something, your thoughts would be appreciated. Regards Peter [mailed at 08:00 25/11/2004 GMT+8] -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
