Pingng Chris,
You are still having code attachment issues :)
Dave
I have a script that I run when certain mail items come in. Right now I provide it with a string and then it captures the next word following that string and returns it. However, I am running into trouble when I run across a tab in an email. For example, I receive an email that had a list of values and it looks like this.
Name: Person's Name
ID: ID Number
Email: Email address
etc etc etc
I need to retrieve the values after the ':' for each line but can't seem to deal with the tab (might just be extra spaces not sure).
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For some reason I'm not able to run any scripts from a rule anymore. It was working fine and then it just stopped all the sudden. I turned Macro security completely off and that didn't help. I'm still trying to figure out why the scripts aren't firing, so I will follow up when I get that part figured out.
Chris,
That solution seems to be working except for one thing. Some of the items in the email are broken up by a carriage return. For example:
First name:
Last name
SSN:
Address:
Supervisor:
etc, etc
Everything works until you get to the line below the carriage return. So, first name and last name work but then SSN comes up blank, Address works, Supervisor is blank, etc. If we can get that working it would be awesome.
Thanks.
Business Accounts
Answer for Membership
by: chris_bottomleyPosted on 2009-11-04 at 12:10:55ID: 25743403
Hello rufustmac,
How about the following:
It replaces tabs, spaces and hard spaces to hopefully leave the required data.
Regards,
chris_bottomley