At 11:10 AM -0800 1/7/07, Peter Truskier wrote:
What is the best way to pare down the "stack" array to include only those event and mehod names of which the user is aware, and to render them in user-friendly text?

One thing you should do is to validate each stack item. I have seen it return many KB of basically binary data. So I limit each item to the first 200 bytes and if it looks to be nontextual I either disacrd it or replace it with Warning text.

Also note that the stack array isn't a full fledged RB array. ie It doesn't work with For Each. I'm guessing it's actually just a function with an index parameter masquerading as an array.

But it's Exceptionally handy in any case. :-)

Regards,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to