Your Ad Here

Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

env

env is undoable, queryable, and editable.

Returns the names of the global variables currently declared in MEL.

Return value


string[]

Related

getenv, putenv

MEL examples

string $globalVars[] = `env`;
  

Return to Autodesk Index


Your Ad Here