Hi

I've been trying to fork 10 children by the same parent, however the parent copies itself each time (as it should do afterall).. My question is now is there a way to fork n children such that all will have the same parent? and you will keep all the returned children ids in the parent in an array?

thx