hi,
i’m trying to do something really simple, i need to know the type of variable in the output with the trace(), so it could be something like so
[AS]var outputVar:String = new String();
outputVar = “this is a string”;
trace (outputVar == String);[/AS]
well, i thought this was possible, but something must be wrong… :ponder:
can someone help me out with this one?
thx
am