iLogic debugging statements, Trace |
Top Previous Next |
You need to download DebugView which is a Microsoft debug statement monitor. Then, inside iLogic, and maybe VBA, you'll see the Trace statements.
Here's an example Trace statement in an iLogic macro:
Trace.WriteLine(oComp.Name + " is suppressed")
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)