Odd data in message box

Mark Wieder ahsoftware at sonic.net
Sat Oct 17 13:43:03 EDT 2020


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
  ahsoftware at gmail.com




More information about the use-livecode mailing list