NJ-Brad

Results 1 comments of NJ-Brad

As a work around, I have created a function that addresses this situation private static string[] FixArgs(string[] asEntered) { List newArgs = new List(asEntered); if ((newArgs[0].ToUpperInvariant() == "--HELP") || (newArgs[0].ToUpperInvariant()...