# Dynamic text field

**URL:** https://forum.kirupa.com/t/dynamic-text-field/196008
**Category:** Uncategorized
**Created:** [August 4, 2006, 3:12pm UTC](https://forum.kirupa.com/t/dynamic-text-field/196008 "2006-08-04T15:12:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jemayes](https://avatars.discourse-cdn.com/v4/letter/j/ebca7d/32.png) [@jemayes](https://forum.kirupa.com/u/jemayes)
#### Post date: [August 4, 2006, 3:12pm UTC](https://forum.kirupa.com/t/dynamic-text-field/196008/1 "2006-08-04T15:12:32Z")

</div>

I am wanting to create several dynamic text areas and have different paragraphs to be loaded from a txt file. I am using;

loadVariables(“message.txt”, “”);  
stop();

to load the text. The problem I am having is that I want to use only one txt file to house all of my different paragraphs. I can only get the first message box to display the text. How can I can the others to display the text? I’ve included sample files.

Thanks!!!
