Page History
...
For example, this trace statement:
TRACE("");
TRACE("Value of AKEY1 is =>" + objListManager.AKey1[0] + "<=");
TRACE("");
Generates this tracing:
The blank lines before and after the actual trace statement are generated by TRACE(""); simply to make it easier to read.
For more information about the trace statement refer to Script Functions.
