get_last_index
Last updated
Was this helpful?
get index of the last existing array element
tag - tag of array (AR_LONG or AR_STR)
id - array id
returns: -1 - array is empty
otherwise returns index of the last array element
long get_last_index(long tag, long id);
Last updated
Was this helpful?