ston.ado:
Code:
program ston
version 16
set trace on
endCode:
program stoff
version 16
set trace off
endCode:
------------------------------------------------------------------------------------------------------------ begin ston --- - version 16 - set trace on -------------------------------------------------------------------------------------------------------------- end ston ---
Code:
----------------------------------------------------------------------------------------------------------- begin stoff --- - version 16 - set trace off ------------------------------------------------------------------------------------------------------------- end stoff ---
I have searched for answers about simple wrappers and wrappers for set trace to no avail. Why doesn't this work as expected? Is there a better solution?
0 Response to Simple wrapper for set trace
Post a Comment