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

[REBOL] Re: Extract substring using offsets?

From: sterling:rebol at: 16-Mar-2001 11:05

> Is there a way in Rebol to extract a substring using offsets? > For example, if I have a string 100 characters long, and > I want to get characters 25-50, what can I do?
copy/part at str 25 25
> If there is a simple positive answer to that question, > you can stop here. If not, read the following:
Stopping. Sterling