Tried using this open in c#;
"(open " + "CarFluidTest.test.txt" + " " + "b" +" "+ "w" + ")"
inside an Eval but I get this error:
[ARGACCES5] Function open expected argument #3 to be of type string
yet in the open function string w is the third argument.
Help fix this.