Graphics Builder > Dynamic Associations > Use Arrays with Dynamic Associations

Use Arrays and Array Offsets with Dynamic Associations

Dynamic association can accept array elements or entire arrays as substitution. Passing an element of an array is achieved by referencing the element, as shown here:

AssPopUp("MyPopUp", "DigArray[42]");

To pass an entire array to a dynamic association, only the array name is used. For example:

AssPopUp("MyPopUp", "DigArray");

See Also

Published June 2018