Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am using Creo Parametric Release 8.0 and Datecode8.0.7.0
Is it possible to view the contents of the buffer populated by ProMacroLoad()? Is it possible to clear the contents of this buffer to prevent execution?
Hello Doug,
At present, it is neither possible to view the contents of the buffer of a macro nor to clear its contents. Once a macro is loaded, it will be executed. The contents of the macro or its buffer will be cleared only after execution.
Thanks,
Seshu Kumar
I have no idea how experienced you are, but if you just start to develop something, and you doing a synchronous app, the macro is fired if you give the control back to Creo (App quit most of the time). You can‘t fire a mapkey just in between, this works only in asynchronous mode.