Comma-Text Combine Inverse

Split a comma-text into N comma-text respectively.

For example a comma-text a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p with a N=4 will create 4 comma-text :

  • a,e,i,m
  • b,f,j,n
  • c,g,k,o
  • d,h,l,p

The comma texte is splited.

Settings

comma text in

Input comma-text flow(s).

out

Output string(s).

combine size

Number of elements in the combination. Can be adjusted dynamically.

See also

version 6.0.240115

Edit All Pages