Hi All,
I have a requirement in which I need to write a function library which taking field value as input and returning the concatenation of the entire field.
For Example
Node 0-----unbounded
Field 1 1--1
Field 2 1--1
Field 3 1--1
Field 4 1--1
Field n 1--1
My Question is how can I give input to the function as number of field is not fixed. i.e I want to take N no of input and concat.
Thanks
Navneet