02-28-2007 10:02 PM
03-01-2007 12:34 AM
03-01-2007 03:07 AM
03-01-2007 04:24 AM
Hi,
In your precondition you are checking for "DELUX" (RunState.ThisContext.Locals.PURCHASE==(\"DELUX\")"),
whereas you have actual filled the variable with "DELUXWASH"
(PostExpr = "Locals.PURCHASE = ((Step.Result.ButtonHit == 2) ?\n\"ECONOMYWASH\" : \"DELUXWASH\")")
Also there appears to be a problem with "....== 2) ?\n\"ECONOMYWASH..." you seem to have \n in the expression.
Regards
Ray Farmer