Hello everyone,
I've got a question about vb.net and I hope one of you can help.
In the program I made, the user has to give some input in different textboxes and have to choose from different listboxes. This wil give an unique combination and create an certain output in a variable. The variable contains a multiple string output. This output is shown in a large textbox.
After the user has pass the first choises the user can continue to make a new output, and maybe again, so it is not clear how many times the user will do that. The new output also has to be shown in the textbox but with the first output. The different output, no matter how many, has to be combined so that the different output stands among each other.
How can I do that? Does every output has to be a different variable or is it possible to store the first output and combine it with the second output?
I hope that my question is clear.
Thanx in advance!
Sneaky Pete