Load dynamic txt

I was wondering if it is possible to load several dynamic texts from one .txt file?
for example i have on file called
myText.txt and in it a have several
fields, “myText= this is my text”, and then in the same file to have “myText2=this is my other text” to put in another dynamic field?
hope you understood :sigh:

variable1=variable 1's content&variable2=variable 2's content

separate the variables by a ‘&’… that does it :slight_smile:

hm, i tried it but it doesnt seem to work.
here is my notepad window:


text1=this is just random text

text2=this is another random text


in the two dynamic fields that i have the “text2” shows as regular text in the dynamic textbox for text 1.

ah man, i’m stupid. i just got it that i had to separate with &
never mind
thx