|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: ARRAY-APPEND
Section:
Arrays
Synopsis:
<array-append ITEM ARRAYVAR>
Description:
Adds ITEM as the last array element of the contents
of ARRAYVAR. This is especially useful in conjunction with foreach
as a collector:
<foreach name allnames>
<if <satifies-criteria <get-var name>>
<array-append <get-var name> useful-names>>
</foreach>
See also array-add-unique
.
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com