Sorry, I will have a sequence of say object or another tuple(it can have any number of elements) In example case it has 2 field one int and another one string. I want to create a dynamic tuple based on this sequence.
My new tuple can have 1,2, or any number of fields but all of these will refer to 1 or more fields in existing sequence. Anyway, I guess I might be able to do this one by simply assigning to tuple fields individually.
