# Load dynamic txt

**URL:** https://forum.kirupa.com/t/load-dynamic-txt/23578
**Category:** Uncategorized
**Created:** [June 19, 2003, 7:18pm UTC](https://forum.kirupa.com/t/load-dynamic-txt/23578 "2003-06-19T19:18:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tekoer](https://avatars.discourse-cdn.com/v4/letter/t/ecccb3/32.png) [@tekoer](https://forum.kirupa.com/u/tekoer)
#### Post date: [June 19, 2003, 7:18pm UTC](https://forum.kirupa.com/t/load-dynamic-txt/23578/1 "2003-06-19T19:18:42Z")

</div>

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:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 19, 2003, 7:21pm UTC](https://forum.kirupa.com/t/load-dynamic-txt/23578/2 "2003-06-19T19:21:46Z")

</div>

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

```

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 19, 2003, 8:50pm UTC](https://forum.kirupa.com/t/load-dynamic-txt/23578/3 "2003-06-19T20:50:51Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 19, 2003, 8:54pm UTC](https://forum.kirupa.com/t/load-dynamic-txt/23578/4 "2003-06-19T20:54:58Z")

</div>

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