MEL How-To #97 | ||
| ||
How do I get a list of all global variables currently defined?Use the "env" command. I also like to sort the list so it's easer to scan. string $allGlobals[] = `env`; $allGlobals = `sort $allGlobals`; print $allGlobals; 03 Apr 2004 | ||
Copyright ©2005 by Bryan Ewert, maya@ewertb.com Maya is a Registered Trademark of Alias |