quote:
Originally posted by deAd
No, that's how it's supposed to work. You can't put Null with a String, they're two different types.
I dont think you understood what I said deAd, Debug.Trace(null + "String") does work, Debug.Trace(null) doesnt. And besides Debug.Trace should be able to receive all types for input, because it is in fact - debugging.