> 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"

>> index? str
== 1

The string index starts at 1, not 0.

---
Andrew Martin
Who's not dying! :)
ICQ: 26227169
http://www.rebol.it/Valley/
http://valley.orcon.net.nz/
http://valley.150m.com/
-><-

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to