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

create_array

create array
     name - name of array. There are no restrictions
            on the name (its length should be less than
            120 characters, though)
returns: -1 - can't create array (it already exists)
         otherwise returns id of the array

long create_array(string name);

Last updated

Was this helpful?