Skip to main content
4-Participant
May 7, 2025
Question

ProMacroLoad

  • May 7, 2025
  • 2 replies
  • 537 views

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?

2 replies

18-Opal
May 8, 2025

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

RPN
18-Opal
May 8, 2025

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.