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

get_array_id

get array id by its name
     name - name of existing array.
returns: -1 - no such array
         otherwise returns id of the array

long get_array_id(string name);

Last updated

Was this helpful?