#1
|
|||
|
|||
Access specific macros
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 Last edited by autodesk; 08-01-2006 at 12:44 PM. |
#2
|
|||
|
|||
See attached sample.
|
#3
|
|||
|
|||
That works, thank you!
|
|
|