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
 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