Hi Matt, > For example, I want the first 3 characters in the string "asdfghjkl". > > Result should be: "asd".
If you want to 'crop' a string! or any kind of series!, use copy -- >> copy/part "asdfghjkl" 3 == "asd" - Chris -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
