Re: Email Inbound, extracting text strings

2007-01-02 Thread Julie Rockwood
Hi Dan, Here is something that will return all the characters from the first non blank character after !536870951!: to the line feed. As you all ready know, you would have to change substr and strstr to substrc and strstrc. LTRIM(LEFT(SUBSTR($Text Body$, STRSTR($Text Body$, "!536870951!:")

Email Inbound, extracting text strings

2007-01-02 Thread ARS Dummie
Hi there, I need to create certain requests from specific incoming emails. I already created a new form in which I push the subject and mail body from AR System Email Messages when a new mail comes in (if the subject is containing a specific string). Now I have the mail body field in my new form