At 15:49 3.7.2002 -0400, you wrote:
>What line of code in REBOL will crop text? (Without loops)
>
>For example, I want the first 3 characters in the string "asdfghjkl".
>
>Result should be: "asd".

 >> A: "this is a string"
 >> B: copy/part a 3
 >> print B
thi

Ok?



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

www.mp3.com/JoannaK      Free MP3 music


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

Reply via email to