Pete-

Tuesday, October 9, 2012, 9:36:51 AM, you wrote:

> For example, with help from a kindly customer, I discovered that the
> following line of code in a script:

> "set the visible of stack tstackname to true"

> ... caused the rest of the script to not execute.

I end up bracketing code like that with a try/catch construct to
figure out what's causing the problem:

try
  set the visible of stack tstackname to true
catch e
  answer param(0) && e
end try

-- 
-Mark Wieder
 mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to