2D Array Functions
DM_2D_ARRAY is a container representing a two-dimensional array (rows x columns) that can change in regard to the number of rows it contains. DM_2D_ARRAY provides dynamic and automatic allocation and reallocation. User’s responsibility is to create and delete DM_2D_ARRAY.
The 2D_ARRAY API is derived from the DM_VECTOR API, using similar functionality and naming.
For example usage, see %PMS_HOME%\dm\macro\Examples\DM_VECTOR_and_2D_ARRAY.mac.
For example usage of selecting and multiselecting data stored in DM_2D_ARRAY, see %PMS_HOME%\dm\macro\Examples\DEMO_LWComponent.mac.