Concat Array

Cliquez pour copier

Concatène deux tableaux du même type.


Exemple: Concat Array(A : [1, 2], B : [3, 4]) = [1, 2, 3, 4].

Connexions de flux

  • [Input] In - démarre l'exécution du bloc.
  • [Output] Out - s'active lorsque le bloc a terminé son exécution.

Connexions de données

  • [Input] A (array, any type) - 1er tableau à concaténer.
  • [Input] B (array, same type as "A") - 2ème tableau à concaténer.
  • [Output] Result (array, same type as "A") - résultat de l'opération.