Loading Text in dynamic box help (the white space)?

Hello everyone,

I am trying to find a bug that comes from flash when i load text from external txt file.
Let`s say that in the text file i have this line “Hello World”, in flash using LoadVars it will load and show the message as it is “Hello World”.

But what happens if the text is like this with 2 lines?
“Hello
World”

In flash it will load and it will show the text as this
"Hello

World"

You notice that it will put an empty line for every new line in the text file.

How can i avoid that?
I have tried to emmbed the characters and also i made many changes but none of them came to work and show the message without the unnecesary empty line.

If anyone knows how to make it work as i need i would appreciate the help

Thanx in advance!