|
Syntax |
|
|
|---|---|---|
|
Semantics |
Applies an EAL or Class operation (operationName) to each element of an array (destinationArrayName).
|
|
|
Substitutables |
|
Can be any EAL or class operation name. |
|
|
Can be any variable or object attribute having the type Array. |
|
|
Examples |
|
|
This example shows how to append _x to each element of the attribute array myList. Subsequently, it normalizes the spaces of each myList string.
Figure:apply Example