Arrays are the data objects for related sequences of simple data structures like integers, floating point numbers, or strings. Each of these types has its own corresponding array type (ex. floating point numbers (floats) are arranged in a float_Array). All array types however have the the same structure of variables and access functions.
The following sections document the various operations and variables of the array type. These are probably of most interest to users who will be manipulating arrays in the CSS language, or in programming in PDP++. However, some of the array functions are available in the Actions menu in the gui, and their function might not be fully clear from their name and arguments.