reinvestigation of the errormessages

Wouter wouter.abraham at pi.be
Thu Jun 10 14:55:45 EDT 2004


Hi fellow error victims,

In the "refresh" handler of the "execution error" stack there are the 
following lines:


     put the number of lines in ee into lc
       if lc > 100
     then delete line 100 to lc of ee

Further on in the refresh handler there is a repeat loop which starts 
with:

      repeat with i = the number of lines in ee down to 1

by which the lines of the ee variable are reversed
a bit further this is undone by:

     put em & cr before field "Error Message"

If there are more than 100 lines in the ee variable the important 
information at the end of ee is send to cyberheaven.
If there is no cut off, but still a lot of lines then the important 
info is found at the bottom of the fld "Error Message" of stack 
"execution error" (which takes long to scroll down).
I think it is time to rewrite, optimize and adapt this refresh handler 
to the fast growing and changing engine.

Greetings,
WA



More information about the metacard mailing list