Is there a way to tell how much RAM my sketch is using? Can I just go by the size of the .exe file that VS creates or is there something else?
Debug.Print("Free mem : " + Debug.GC(false).ToString());
Awsome! Thanks a bunch.
What is a sketch?
I think he’s coming from an Arduino background. Their projects/solutions are called sketches.

Mike:
s there a way to tell how much RAM my [quote]sketch[/quote] is using?
What is a sketch?
I think he’s coming from an Arduino background. Their projects/solutions are called sketches.
Ah! That makes sense.