I want to put these strings in a list, how do I do that? The hold up is the double "", found in the first two lines. How can I work around this?
scriptTxt = new string[] { "#$language = "VBScript"", "#$interface = "1.0"", "crt.Screen.Synchronous = True", "Sub Main" };