VS:VM_ConvertToArray

From VectorMEP
Revision as of 04:29, 13 December 2020 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description

Procedure VM_ConvertToArray creates an array of repeated objects based on the active selection.

PROCEDURE VM_ConvertToArray();

Remarks

Elements duplicated by the parent Array are still directly accessible and editable as they are standalone objects. The array controls the position and the number of iterations.

Example

PROCEDURE ConvertToArray;
BEGIN
    IF VerifyLibraryRoutine('VM_ConvertToArray') THEN
        VM_ConvertToArray();
    ELSE
        Message('The routine VM_ConvertToArray is not available.');
END;
RUN(ConvertToArray);

Version

Availability: from VectorMEP 2021