I need a little help on a ColdFusion problem I am having. How would I take a comma delimited list from a database field and output the data (in any order) with a lookup table as shown below? Any help would be appreciated. List: TILFL,WASHE,SECUR,SPRNK Lookup Table (lookup table has many values): SAUNA = Sauna SECUR = Security System SPRNK = Sprinkler System TENNI = Tennis Courts TILFL = Tiled Floor WASHE = Washer/Dryer Output: Tiled Floor, Washer/Dryer, Security System, Sprinkler System