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

rename_array

rename array
     id      - array id returned by create_array() or get_array_id()
     newname - new name of array. There are no
               restrictions on the name (its length should
               be less than 120 characters, though)
returns: 1-ok, 0-failed

success rename_array(long id, string newname);

Last updated

Was this helpful?