kller1993
kller1993
using Z.Expressions; { int linec = 1; int linec2 = 1; string code = ""; string[] cmd = File.ReadAllLines(//Program//); foreach (string line in cmd) { if (!line.Contains("//")) { if (line.StartsWith("using"))...
Hello @JonathanMagnan , I just want to confirm, if you received the Mail with the .rar of the Project. I included everything, even the lines I use to de/activate parts...
Hello @JonathanMagnan , Am wondering, where my mistake is, as Auto doesnt seem to work. ```csharp public class TestingArea { public static void Main() { var context = new EvalContext();...