Add sequence to another sequence

Is there an easy way to add a sequence to another?

seqA
seqB
seqC

if x:
seqC = seqC + seqA
if y:
seqC = seqC + seqB

Maybe not “easy” but easy enough.
If x:

  • loop over A
  • Add position to C position by position

best
Dominik

1 Like

image

4 Likes

Exactly what I was looking for - thank you!:slight_smile:

I can’t find this library in my downloads, nor in the library folder here.
Can anyone help? @Stefan @EricSindelar_Hamilton @NickHealy_Hamilton
thanks in advance!

In this link (Link to Hamilton Libraries ) Lab Automation Forums » Hamilton Libraries :: Hamilton

Look for this:

image

3 Likes

Thank you! I looked for the wrong name:)