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

[REBOL] Re: Newbie Q: Cropping text

From: anton:lexicon at: 8-Jul-2002 19:22

There is also 'at, to set the position: a: ["a" "b" "c"] a: at a 2 ; also try negative values a ; == ["b" "c"] a: head a ; == ["a" "b" "c"] Anton.