undefined toString??
a = undefined;
trace(a.toString()) // undefined
b = a + " is not a string"
trace(b) // "undefined is not a string"
???
Probably I don't yet understand the strict data typing concept (quite sure), but undefined CAN'T be converted to "undefined".
It's so Stupid for me!
