Extensions Array Object

The Array Object is one of the objects directly supported by the MMFI, and contains several fields beyond those provided by the various generic traits.  Only array objects will contain these extra fields.  The MMFI can read from both text and numerical arrays, but can only write to numerical arrays.

MMF Array objects support 0- ir 1-based indexing, but the MMFI will always treat them as 1-based.

Array Fields

These fields can be read from or written to directly

number curX Array's current X dimension index
number curY Array's current Y dimension index
number curZ Array's current Z dimension index

Array Fields (read-only)

These fields can be read from, but not modified.

number dimX Size of X dimension
number dimY Size of Y dimension
number dimZ Size of Z dimension

Array Methods

Click on each function for more information.

void clear()
mixed get()
void set()

Copyright 2010 Justin Aquadro