Array Functions

delarray delitem finditem getarrays getitem ifindfirst ifinditem [igetitem] igetmatches indextoitem itemtoindex listarray matchitem numarrays numitems rmatchitem setitem

Liam's BitchX Command Reference

BitchX scripting function $igetitem()

igetitem
Function
$igetitem()
Usage
$igetitem(arrayname n)
Returns
returns the item referred to by the passed-in index (n), i.e. the nth item, with the first being numbered zero; It returns an empty string if unable to find the array or if the index was invalid.


previous: ifinditem next: igetitem