Merge list paramML

Issue #195 resolved
Ali Ozdemir created an issue

I was trying to merge 2 arrays and I couldn't see anything for that in paramML documentation. I am writing solution here to help others.

   <P N="list1" V="[1,2,3]" />
   <P N="list2" V="[10,20,30]" />
   <P N="merged" V="concat(list1,list2)" />

the value of merged will be [1,2,3,10,20,30].

Comments (2)

  1. Log in to comment