Re: Need help parsing a DN

2003-01-22 Thread Rob Dixon
R. Joseph Newton wrote: > > Sporry about the typo. You'll make a typost yet :-D Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need help parsing a DN

2003-01-21 Thread R. Joseph Newton
Sporry about the typo. [corrected inline below.I changed over to a named variable while hacking the problem, and just pasted it back in too quickly. It work also with the builtin variable. Joseph R. Joseph Newton" wrote: > Paul Harwood wrote: > > > What would be the best method to parse the

Re: Need help parsing a DN

2003-01-21 Thread R. Joseph Newton
Paul Harwood wrote: > What would be the best method to parse the following DN? I just want the > first part of this DN so I can create a server list into an array > (EX-MSG-01, EXMSG-02 >etc).CN=EX-MSG-01,CN=Servers,CN=foreignlocation,CN=Administrative > Groups,CN=domain,CN=Microsoft > Exchange,C

Re: Need help parsing a DN

2003-01-21 Thread Rob Dixon
Paul Harwood wrote: > What would be the best method to parse the following DN? I just want > the first part of this DN so I can create a server list into an array > (EX-MSG-01, EXMSG-02 etc). I've tried using SPLIT but I am not sure > how to get the first part of the text I want. Any help appreciat

RE: Need help parsing a DN

2003-01-21 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Paul Harwood wrote: > What would be the best method to parse the following DN? I just want > the first part of this DN so I can create a server list into an array > (EX-MSG-01, EXMSG-02 etc). I've tried using SPLIT but I am not sure > how to get the first part of the text I want. Any help appreciat