Looking for some advice:

I have a field in IC that holds multiple values separated by commas that I want to reference individually to another view. For example:

In IC:
Code:
{Comments 2}="2,3,40,45,73"


In Ref View:
Code:
2="A"
3="F"
40="ABC"
45="XYZ"
73="OOO"


I want to make the Gridview return
Code:
"A,F,ABC,XYZ,OOO"


While this sample is short the actual data is much more characters which is why I cannot fit it inside {Comments 2} example:
Code:
"mast:home,mast:commercial,primary:antenna,pimary:wireandcable,sub:cable,sub:coax"


Our thought is we would reference a number to each one of these tags.

Thanks in advance.
_________________________
Lance Tennier
TDL Canada