Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Newbie Q: Cropping text

From: atruter:hih:au at: 8-Jul-2002 16:27

> 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