Does a Control Exist?

Mark Wieder mwieder at ahsoftware.net
Mon Nov 25 11:11:54 EST 2013


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





More information about the use-livecode mailing list