Dean Redding Posted February 11, 2008 Posted February 11, 2008 Hi All, I am trying to write a script and I want to certain script to be run if I have the email address. so far I have done this to which it did not work. If [Main Screen::Party Contact Email=True] Perform Script ["Email: Paperwork Received"] End If I know I am doing something wrong, would any know... Thank you in advance.
comment Posted February 11, 2008 Posted February 11, 2008 Try testing for not IsEmpty() instead of = True (which doesn't make much sense, and will run your script only when the e-mail contains some numeric characters other than zero).
Dean Redding Posted February 11, 2008 Author Posted February 11, 2008 Thank you for your quick reply. it worked a treat!
Recommended Posts
This topic is 6480 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now