[REBOL] [copy//part] copy/part inconsistent ?
From: pwawood::mango::net::my at: 24-Nov-2004 8:00
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]