Message 1 of 5
Concatenate Multiple Block Attributes to an unique Block Attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any method to select multiple blocks with AttDef's name "Att1", then call any function to create a concatenation of all AttDef's Att1 to another selected block with AttDef "Att2"
then the result should be:
Att2: "Block1-Att1-Value" & "Block2-Att1-Value" & "Block3-Att1-Value" & "Block4-Att1-Value"
... and what are the attribute values to do not repeat same values?