Quote Originally Posted by formlesstree4 View Post
I'm confused, what exactly is it trying to do? Can you give an example of the input your program will take, and the output it should do?
http://gyazo.com/43fbb939c45d35ed26f3cfe0edc370f6
That's a picture of a generator that has already been created.
I want to create a program, with a input textbox. And in that textbox, you put in you're menu, which is made up of "self setClientDvar's". Then, when you press the generate button, it takes the text you inputed, and for each self setClientDvar, it takes the dvar, so it would take the word "Rylie" in this example "self setClientDvar("Rylie","");" and put it in a different form such as Rylie| . So it takes the dvar name and puts a | after it, then takes the next dvar name and puts it after that | mark. Do you get it?