Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.