home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / delarray < prev    next >
Encoding:
Text File  |  2002-10-28  |  422 b   |  19 lines

  1. Synopsis:
  2.    $delarray(<array>)
  3.  
  4. Technical:
  5.    This function removes all items in an array created with $setitem(),
  6.    having the effect of deleting the array.
  7.  
  8. Practical:
  9.    This function deletes an array.  Generally this is most useful when
  10.    cleaning up after a script.
  11.  
  12. Returns:
  13.    -1   error, array does not exist
  14.     0   array deleted successfully
  15.  
  16. See Also:
  17.    Arrays(7); delitem(6); setitem(6)
  18.  
  19.