Site Tools


usetitem

Table of Contents

# $EPIC: usetitem.txt,v 1.2 2007/02/27 04:57:37 jnelson Exp $

Synopsis:

$usetitem(<array> <item#> <data>)

Technical:

This function creates a new cell in the specified array. If the array does not exist, the client will try to create it. Unlike setitem, this function does not immediately resort the array. The actual resort will occur the next time you fetch an item from the array. This makes it very efficient to add very many values to an array.

Returns:

-2    could not find item number, or item number too large
-1    could not find array, or item number not 0 for new array
 0    existing item was overwritten
 1    new array created
 2    new item number added to existing array
usetitem.txt · Last modified: 2007/02/27 04:57 by 127.0.0.1