Set an Array
- Last UpdatedMay 24, 2022
- 1 minute read
If assigning via a Programmable Macro Language (PML) variable, an array attribute must be assigned from a PML array object.
!!CE.DESP = !MYARRAY
If assigning via the attribute name, then a list of values must be given.
DESP 1 2 3 4 5