Re: Parsing problem

2013-05-21 Thread Praveen Tiwari
o to the end of the original string. > > Does this get you what you need? > > Doug > > -Original Message- > From: Action Request System discussion list(ARSList) [mailto: > arslist@ARSLIST.ORG] On Behalf Of Praveen Tiwari > Sent: Tuesday, May 21, 2013 4:49 AM > T

Re: Parsing problem

2013-05-21 Thread Mueller, Doug
: Tuesday, May 21, 2013 4:49 AM To: arslist@ARSLIST.ORG Subject: Parsing problem Hi List, I have a small request where i want to parse the following from below input line: Subject: 1946766 update "Ticket Priority" = Urgent I am able to parse the ticket number 19

Parsing problem

2013-05-21 Thread Praveen Tiwari
Hi List, I have a small request where i want to parse the following from below input line: Subject: 1946766 update "Ticket Priority" = Urgent I am able to parse the ticket number 1946766 from above by below function: SUBSTR($Subject$, STRSTR($Subject$, "[") + 1, STRSTR($Sub