I don't think the FOR loop is available in CR7, so you will have to hard code the loop this way...
Stringvar sList := {?ParmList} [1];
if count({?ParmList}) >= 2 then
sList:= sList + ", " + {?ParmList} [2];
if count({?ParmList}) >= 3 then
sList:= sList + ", " + {?ParmList} [3];
if count({?ParmList}) >= 4 then
sList:= sList + ", " + {?ParmList} [4];
if count({?ParmList}) >= 5 then
sList:= sList + ", " + {?ParmList} [5];
// repeat until boredom sets in...
// or you go past 254 characters in length
sList
Editor and Publisher of Crystal Clear