You can set up a stack called, for instance "ERRORS" with a field called "ERRS"
and a button with this script:

on mouseUp
put the cErrorsList of card 1 of stack "revErrorDisplay" into fld "ERRS" of stack "ERRORS"
end mouseUp

what is interesting is that the resulting list contains quite a few empty lines.

You can then muck around with the lines:

For instance I changed "acos: domain error to "acos: domain mistake"

HOWEVER, when I tried this:

put fld "ERRS" of stack "ERRORS" into cErrorsList of card 1 of stack "revErrorDisplay"

and this:

put the lines of fld "ERRS" of stack "ERRORS" into cErrorsList of card 1 of stack "revErrorDisplay"

I got an error message.

So, what I really need to know is how to access cErrorsList

especially as the Application browser does not let me open the revErrorDisplay stack
and I can find no customProp called cErrorsList.

Richmond.

_______________________________________________
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