Prev
Chapter 5. ArrayMaster
Next
Methods
Table of Contents
afc_array_master_add
-- Adds a new element to the array
afc_array_master_clear
-- Clears all stored data
afc_array_master_current_pos
-- Returns the current ordinal position
afc_array_master_del
-- Deletes the current element from the array
afc_array_master_delete
-- Disposes a valid array_master instance.
afc_array_master_first
-- Returns the first element in the array
afc_array_master_init
-- Inits the Array size
afc_array_master_is_empty
-- Checks if the array is empty
afc_array_master_is_first
-- Checks if you are on the first element
afc_array_master_is_last
-- Checks if you are on the last element
afc_array_master_item
-- Returns the desired element in the Array
afc_array_master_last
-- Returns the last element in the array
afc_array_master_new
-- Initializes a new afc_array_master instance.
afc_array_master_num_items
-- Returns the number of items in list
afc_array_master_obj
-- Returns the current element in the array
afc_array_master_prev
-- Returns the previous element in the array
afc_array_master_sort
-- Sorts the elements in the array
afc_array_master_succ
-- Returns the next element in the array
Prev
Home
Next
ArrayMaster
Up
afc_array_master_add