Share
 
 

Executing MEL commands in an expression

You can execute MEL commands in an expression with several techniques:

  • MEL command alone in a statement
  • MEL command within left-hand single quote marks
  • MEL command used as an argument to an eval function
  • MEL procedure call to a procedure in a MEL script
  • MEL script node

Was this information helpful?