TS 6.7.1 - solaris boxHi I am trying to parse my DCR,attached here. My requirement is to get the values of the multi-select items as comma separated string of values.eg. in the attached dcr,inside container "nme_hotel_testRep" for the item "nme_short_hotel"the output that i should get is -Value :: 1,2,3,4Value :: a,b,c,dBut I am not getting it. The other things like the follwing are working fine .My script returns the value of any item at any level(my current script is able to handle that) . I am also able to bulid the comma separated string for the values of the item "num_of_meeting_room" ,using my current script , as-Value :: 211,212,213,214I am attaching my code here can you please tell me what all modifications are required.