VS:VM ConvertToArray
Revision as of 11:47, 16 November 2020 by Admin (talk | contribs) (Admin moved page VS:ConvertToArray to VS:VM ConvertToArray without leaving a redirect)
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