> 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

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to