On Mar 23, 2006, at 2:51 PM, David Abrames wrote:

sub printStackTrace
    dim count, i as integer

    count = UBound(me.Stack)
    for i = 0 to count
      me.print me.Stack(i)
    Next
end sub

Maybe try:

me.print( me.stack( i ) )

Just adding parenthesis. That shouldn't make any difference whatsoever, but I cannot think of another explanation.

-- Asher

_______________________________________________
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