Strict Compile Mode

Mark Wieder mwieder at ahsoftware.net
Tue Oct 9 13:54:52 EDT 2012


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
 mwieder at ahsoftware.net





More information about the use-livecode mailing list