i have some info writen in INI file with spaces like this:

[section]
subsection=info1 info2 info3 info4

so what should i do to listcontrol in dialog
sorts every info in new line like this:

info1
info2
info3

:P