Regretfully, I'm forced to use an older version of Crystal(7)....so I'm working with :
If instr({Charges.CPTCodes}, Chr(13)) >0 then
StringSubString ({Charges.CPTCodes},Chr(13),",")
This adds the comma, but I still get the data on two lines..
Any more ideas?