Copy multiple tags to comment with linebreaks

Hi

I would like to copy multiple tags into the comment field with new lines for each tag
example:

Releasetime: xxxx-xx-xx
Label: labelname
Catalog#: catalognumber

Curently ive only managed to import the tags i want in a single line using Format Value
example:
Releasedate: %releasetime% Label: %publisher% Catalog: %comment songs-db_custom3%

Is this possible?

Try:
Releasedate: %releasetime%$char(13)$char(10)Label: %publisher%$char(13)$char(10)Catalog: %comment songs-db_custom3%

Exactly what i was looking for
Thanks!