Hey everyone. Well I've been working on creating a generator for CFG, which is the language of the game Call of duty. And Well. I'm completely confused on how I would go along doing what I need to have done. If anyone can Take a look at what I need it to do, and help me, that would be so great! And this is for VB.net, just so you know!.

Okay everyone, I'm working on my own version of a R2R generator for people working with CFG. Now this program needs to be able to take a word and put it in a sorta of list. Below is an example of what I am talking about.


Code:
self setClientDvar("Rylie","");
self setClientDvar("Menu1","");
self setClientDvar("Menu2","");
self setClientDvar("Menu3","");
self setClientDvar("Menu4","");
The program needs to be able to take that word and place it in a different form, like my example below.

Code:
Rylie|Menu1|Menu2|Menu3|Menu4|

And Well, I'm just confused on how I would make it do that, like what would the code be. If anyone can help me, That would be great. You would be included within the credit's for you're help.