Greetings All!I saw a very strange behaviou wrt multi select items in the templates. Whenever ien tries to retrieve the values from the multi select items using iwpt_dcr_value, one gets a comma seperated list of values like 1,2,3.What I saw was strange becasue the items had spaces intermittently like thisCase 1:1,2,3Case 2:1, 2,3Case 3:1,2, 3I want to know whether this is a known issue with TS, a regular and accepted behaviour or am I doing some thing wrong.Note: I apologise if this a "RTFM" case.