Hello, everyone!
I have an idea, but don't know if it is possible.
I want to make function trace() also send its answer to me (for example to some textField), not only to one of consoles. I suppose it may be extended, but how?
Please, give a hand.
This code is not the answer of function trace(), it assignes text, given to it. So it wouldn't be able to write an error (for example).
What would be if I write this:
function traceF(s:String):void
{
your_tf.text=trace(s):;
}
I suppose textField will throw errors of ".text cannot be null" and so on...
North America
Europe, Middle East and Africa
Asia Pacific