Trace (GenericNamedArraylist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Trace a NamedArraylist<section end=dpl_desc/></b></span>
{{Template:GenericNamedArraylist:Trace subtitle}}
[[Category:NamedArraylist methods|Trace subroutine]]
<!--DPL?? Category:NamedArraylist methods|Trace subroutine: Trace a NamedArraylist-->
<p>
Trace is a member of the [[NamedArraylist class]].
</p>


This subroutine displays the contents of
This subroutine displays the contents of
Line 19: Line 14:
                         [,&nbsp;MaxItems=maxitems]        -
                         [,&nbsp;MaxItems=maxitems]        -
                         [,&nbsp;Label=label] )
                         [,&nbsp;Label=label] )
==See also==
{{Template:GenericNamedArraylist:Trace footer}}

Revision as of 20:53, 28 January 2011

Trace items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)


This subroutine displays the contents of a NamedArraylist in a readable form, useful for debugging, for example. Trace is identical to Print, except the result is sent to the selected Trace stream (like the User Language Trace statement).

Syntax

  [%rc =] %namrayl:Trace( [method]                   -
                        [, NumWidth=itemnumlen]      -
                        [, Separator=separator]      -
                        [, NameWidth=itemnamelen]    -
                        [, Start=firstitem]          -
                        [, MaxItems=maxitems]        -
                        [, Label=label] )

See also