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"
};