Mike- Monday, November 25, 2013, 6:52:58 AM, you wrote: > as in allowing the silent fail and noting the fail in the result I do that with try/catch: try doOneThing catch e --if doOneThing failed we end up here doSomethingElseInstead end try -- -Mark Wieder ahsoftware at gmail.com