Corrupted Stack
Mark Wieder
mwieder at ahsoftware.net
Mon Aug 12 15:08:19 EDT 2013
Joe-
Monday, August 12, 2013, 11:56:14 AM, you wrote:
> Can you think of anything that would cause a force quit? I tried
> lock messages and that didn't help either.
You might possibly try putting the statement that puts (or at least
tries to) into the field in a try/catch construct and see if that
catches anything:
try
put "blahblahblah" into field "blah" of stack "blah"
catch e
answer e
end try
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list