Audit (GenericNamedArraylist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 7: Line 7:
sent to the ''Model 204'' audit trail (like the User Language Audit statement).
sent to the ''Model 204'' audit trail (like the User Language Audit statement).
==Syntax==
==Syntax==
<p class="code">[%rc =] %namrayl:Audit( [method]                  -
{{Template:GenericNamedArraylist:Audit syntax}}
[,&nbsp;NumWidth=itemnumlen]    -
[,&nbsp;Separator=separator]    -
[,&nbsp;NameWidth=itemnamelen]  -
[,&nbsp;Start=firstitem]        -
[,&nbsp;MaxItems=maxitems]      -
[,&nbsp;Label=label] )
</p>
</p>
==See also==
==See also==
{{Template:GenericNamedArraylist:Audit footer}}
{{Template:GenericNamedArraylist:Audit footer}}

Revision as of 15:33, 8 February 2011

Audit items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)


This subroutine displays the contents of a NamedArraylist in a readable form, useful for debugging, for example. Audit is identical to Print, except the result is sent to the Model 204 audit trail (like the User Language Audit statement).

Syntax

anyNal:Audit[( [itemFunction], [NumWidth= number], [Separator= string], - [Start= number], [MaxItems= number], [Label= string], - [NameWidth= number])]

See also