PDA

View Full Version : Access specific macros


autodesk
07-19-2006, 12:56 PM
2 parts for this question:

- any idea of how I can access a number of macros programatically? for example, i want to access all macros that start with the letters "FAILED".

- I started to write a script to do that, however when I try to access the property macros._NewEnum() I get the following error: "Invalid Character". I think for some reason it does not like the underscore (_). Any suggestions?

Thank you,
Nabil

kinook
07-19-2006, 02:51 PM
See attached sample.

autodesk
07-19-2006, 03:39 PM
That works, thank you!