For the complete documentation index, see llms.txt. This page is also available as Markdown.

del_array_element

delete an array element
     tag     - tag of array (AR_LONG or AR_STR)
     id      - array id
     idx     - index of an element
returns: 1-ok, 0-failed

success del_array_element(long tag, long id, long idx);

Last updated

Was this helpful?