• how does C# say 2d?

    so... i'm a bit of a n00b when it comes to this c# stuff. and i was wondering if anyone knew how to pass a 2d (or n d) array back to GC. this currently passes a 1d array and then I have to re construct it with GCscript, even though when it gets passed…
  • problem with references

    Hi, I'm trying to recompile my CS functions, and my references look like this at the moment: using System; using System.Collections.Generic; //using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Media; using System…