Difference between revisions of "VS:VM ConvertToArray"
Jump to navigation
Jump to search
m (Admin moved page VS:ConvertToArray to VS:VM ConvertToArray without leaving a redirect) |
m |
||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:VS:VM_ConvertToArray}} | ||
+ | |||
== Description == | == Description == | ||
Procedure VM_ConvertToArray creates an array of repeated objects based on the active selection. | Procedure VM_ConvertToArray creates an array of repeated objects based on the active selection. |
Latest revision as of 04:29, 13 December 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