|
Original Uploader
|
CloneItemsInList
(v1)
Created: 29/11/07 @ 15:34:52
Credits:
Marco Roos
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Utility workflow that clones an item copy_number times. You can use this to work around standard iteration strategies, e.g. in combination with the CountListItems workflow.
Workflow examples: TestIterationStrategy_withClones. For an alternative approach see TestIterationStrategy_withNesting.
Example I/O:
input: A
copy_number: 3
result: [A,A,A]
input: [A,B,C]
copy_number: 3
result: [[A,A,A][B,B,B][C,C,C]]
input: [A,B,C]
copy_number: [3,2]
result: [[[A,A,A],[A,A]][[B,B,B],[B,B]],[[C,C,C],...
Rating: 0.0 / 5 (0 ratings) |
Versions: 1 |
Reviews: 0 |
Comments: 1 |
Citations: 0
Viewed: 53 times |
Downloaded: 36 times
Tags (5):
|
View
Download (v1)
|