Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The resulting list is showing in the list3 parameter.

Example:

Code Block
languagexml
<O N="concatObject1" T="Project" Category="Functions" TransAlignRule="1">
    <!-- created by ParamML Examples on 13.02.2023 -->
    <O N="F1" T="Group">
        <P N="List1" V="[10,5,20]" />
        <P N="List2" V="[12,16,18]" />
        <P N="List3" V="concat(List1,List2)" />
    </O>
    <O N="F2" T="Group">
        <P N="List1" V="[[10,5],[20,15]]" />
        <P N="List2" V="[[12,14],[16,18]]" />
        <P N="List3" V="concat(List1,List2)" />
    </O>
</O>

To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&folder=Functions&obj=objidsok237q52xn1m9ds05z1fj)

...