Mmmm... purr purr, yes, thank you!! Now to go eliminate 3 lines of code..
> Is this what you're after? > > >> data: "Charles-W-Raymond" > == "Charles-W-Raymond" > >> set [first-name middle-name last-name] parse data "-" > == ["Charles" "W" "Raymond"] > >> first-name > == "Charles" > >> last-name > == "Raymond" > > --Gregg > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
