Custom Code Overview
There are times during the coding process when the need
to insert similar pieces of code in every procedure,
function or property of a code module arise. Trying to achieve
this task manually can prove very inefficient especially when
you target a large number methods.
Fortunately CodeSMART features the Custom Code
inserter/remover subsystem. By using it, you will be able
to insert and afterwards remove special code chunks
at various scopes in a few seconds. The code can be
inserted at various positions, like immediately
after the first procedure's line, immediately before the
procedure's last line or at a specific line number inside
each procedure's body.
See Also
Back To Top
|