Formatting external textfiles?

When working with the loadVars object and an external textfile, is it possible to format the text in the textfile somewhat? It only seems to work when you write every var after the other separated by &, without any car. returns.

I’d love to be able to use a file that looks like this:

&name1=blabla
&address1=adress here
&hobby1=this is ones hobby

&name2=balbalba
&address2=numero two lives here
&hobby2=this is mr.two’s hobby

&name3 etc…

Now all my txtfiles look like

&name1=blabla &address1=adress here &hobby1=this is ones hobby &name2=balbalba &address2=numero two lives here &hobby2=this is mr.two’s hobby &name3 etc…

cheers !
:smiley: S.