On 10/17/20 10:13 AM, Dan Friedman wrote:

2. Where did Jacque get that list of codes?   Is there some support docs I 
don't know about that explain these types of thing?

The error texts are in a global property, but there's a definite catch22ness involved because you have to know it's there in order to find it in the dictionary:
put the scriptExecutionErrors

In PowerDebug I added a helper function so that from the messagebox you can say

put explainerror(219)

which is basically just a wrapper:

function explainError pError
  return line pError of the scriptExecutionErrors
end explainError

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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