Hi all!

I'm using Visual studio, and have been working on a method for a while now.
The problem is that I'm testing if an entrance in an array have the value NULL. But when I write the value out on a .txt it says CDCDCDCD instead of NULL. Then how do I test for this value?
Simple doing: if(... == CDCDCDCD) does not work :-/

Best regards
Animation :-)