04-20-2006 11:35 AM
04-20-2006 12:07 PM
Robert,
Check out the attached sequence. The function is actually PropertyExists and you will want to make sure that you put the lookup string in quotes or it will look inside your variable for a lookup string (and will give an error if that variable is a numeric). The preexpression is:
PropertyExists("Locals.Numeric") ? (Step.MessageExpr = "\"Locals.Numeric Exists\"") : (Step.MessageExpr = "\"Locals.Numeric Does Not Exist\"")
That should be all you need. Let me know how it goes.
Adam