Loading Text from External File

Question 1

When you load text dynamically from an external .TXT file, you have to set up your variables like so:


name=Kirupa Chinnathambi&[email protected]&location=Earth

I’ve tried to make it neater by putting a few line breaks here and there. But it causes the movie to not work. So, is there any way to not write the text in an external file in one super long and disgusting line? It’s quite hard to edit the text when you have many variables.

Question 2

How do you use the basic HTML text formatting functions in an external .TXT file? I’m talking about stuff like:


<br>, <p>, and etc...