> Does REBOL think it's at the first value, the second, the third, etc? How can I find out?
>> a: ["a" "b" "c"]
== ["a" "b" "c"]
>> length? a
== 3
>> a: next a
== ["b" "c"]
>> index? a
== 2
Regards,
Ashley
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
