Indy 9
Example
CommaAdd
(Delphi)

      sList := CommaAdd('', 'Hello');   // returns 'Hello'
      sList := CommaAdd('Hello', 'World!!!');   // returns 'Hello, World!!!'

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.