I'm trying to write up a program that will make a line of text up out of a variety of options set within the window. So you might have a group with 4 radio boxes, a group with 3 checkboxes, and so on. The intention is for it to take the values assigned by those options (as above, "4", "2", nil, "2", for instance) and convert it into a single line of text. I've tried using string to do this, but the if-else structure doesn't want to accept it. Any ideas on what I *could* use?

*edit* I should probably mention that I'm trying to use Microsoft Visual C# 2005 beta 1.

Feel free to lock & delete this thread, I was able to find a method that did what I needed. Thanks anyway!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.