Hi everyone,
Does anyone know how to create an array with dynamic size?
Thanks in advance
Discussion posts and replies are publicly visible
All you need to do for that is probably something like this:
a!forEach( enumerate(local!outputLength), /* some code here to pick a random member of the original array per the current fv!item being 0 -> local!outputLength-1 */ )