[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iLISTINSERT> Tag


 
<iLISTINSERT
 
 
 
 

Usage
 
 

See Also 

NAME="name of the list"
ITEM="data"
OP="<push | insertat | append | prepend | replaceat>"
[INDEX="position to insert or replace"]
>

This tag allows the insertion of an item into a list defined by NAME.  ITEM contains the data to be inserted and OP defines how to insert the item.  The INDEX directive only applies to the INSERTAT and REPLACEAT operations of the OP directive. 

iLISTGET, iLISTCREATE


iLISTINSERT Example
Example Source Code
Top