Options

[SOLVED] Collections - combining example sets

danjeharrydanjeharry Member Posts: 20 Contributor II
edited November 2018 in Help
Hey all,

I have a bunch of example sets that are outputted in a collection via the loop parameters operator. I would like to create an operator to append all of these example sets one after the other (e.g. example set 1 makes the first 10 examples, then exampleset 2 makes, 11 - 20, etc.) How do i do this?

Thanks,
danjeharry

Answers

  • Options
    StaryVenaStaryVena Member Posts: 126 Contributor II
    Hi,
    if all examples heve same attributes, than use "Append" operator.

    Best
    Vaclav
  • Options
    danjeharrydanjeharry Member Posts: 20 Contributor II
    Thanks but how do  i loop through the collection to get each example set? The append operator doesn't seem to take collections as input and using the loop collection, how would it store the previous example set during the loop? I hope this makes sense
  • Options
    StaryVenaStaryVena Member Posts: 126 Contributor II
    Yes, it takes also collection. Just try it. If is there some error message, post it here...

    Best
    Vaclav
  • Options
    mbowes80mbowes80 Member Posts: 1 Contributor I
    I struggled for awhile trying to find an operator to do this.. Append works... thanks Vaclav!!  ;)
    StaryVena wrote:

    Yes, it takes also collection. Just try it. If is there some error message, post it here...

    Best
    Vaclav
Sign In or Register to comment.