HELP! Ive got an array of strings in my program. They each are links to video files at different qualities and filetypes. I need my program to initailize a variable with the type and quality after it has made the array of links. I want the program to do something like this:

foreach (string videolink in stringarray)
        {
            string (videotype+videoquality) = videolink;
        }

HELP!!!

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.