What is trace method ?

Trace is used to print value of variables in small window it is also refer as console output. It is basically used to testing variables or objects value.

For examples,

trace("show msg..");

No comments: