Difference between revisions of "VS:VM ConvertToArray"
Jump to navigation
Jump to search
m |
m (Admin moved page VS:ConvertToArray to VS:VM ConvertToArray without leaving a redirect) |
(No difference)
|
Revision as of 11:47, 16 November 2020
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