Try this and see the output
public static void suppressInfolog(Args _args){ int i; ; info("A");
i = infolog.line();
info("B"); //Section of code that will not get reported to the infolog
if (infolog.line() > i) infolog.cut(i+1, infolog.line()); info("C");
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment