#section: Defining ARRAYs Arrays are never directly defined. A new object is derived and generally, this object override various function of the class (ARRAY::getitem() most of the time). #function: ARRAY::ARRAY #section: Adding/removing records to the array #function: ARRAY::add #function: ARRAY::delall #function: ARRAY::getitem #function: ARRAY::getnb #function: ARRAY::insert #function: ARRAY::remove #function: ARRAY::remove_all #function: ARRAY::remove_del #section: Misc #function: ARRAY::neverdelete #function: ARRAY::moveto #function: ARRAY::rstmodified #function: ARRAY::sort #function: ARRAY::was_modified #function: ARRAY::write #section: Editing records #function: ARRAY::editone #function: ARRAY::manage_edit #section: ARRAY records are ARRAY_OBJ objets #function: ARRAY_OBJ::ARRAY_OBJ #function: ARRAY_OBJ::edit #function: ARRAY_OBJ::rstmodified #function: ARRAY_OBJ::setmodified #function: ARRAY_OBJ::was_modified #function: ARRAY_OBJ::~ARRAY_OBJ #ignore: ARRAY::grow #ignore: ARRAY::lookup #ignore: ARRAY::setgrowth #ignore: ARRAY::~ARRAY