Solved
Forum Discussion
Marsha_R
Champion Level 3
10 years agoI didn't find anything built in to do what you described. I would use something like this:
If (valueA <> valueB) then
Call Log.Error("They don't match.", "")
Call Runner.Stop
Endif
- ringraham10 years agoContributor
Too Easy. Thanks very much and sorry if that wasted anyone's time!