MAXScript FAQ > How To Make It Faster > Try not to use Execute function if there is an alternative |
Very few cases require the use of the execute function.
MAXScript has many introspection methods and properties:
Use name values instead of strings when possible
For Loop By Index Vs For Loop Through Collection Performance