zin64
04-29-2007, 05:11 PM
Hi all,
I am trying to source script from external location.
string $projDir = `workspace -fullName` + "/mel/";
source ($projDir + "myScript.mel");
myScript;
However, I am having syntax error with the second line. Not sure where went wrong.
Hope someone could enlighten me.
Thanks in advance
Zin
I am trying to source script from external location.
string $projDir = `workspace -fullName` + "/mel/";
source ($projDir + "myScript.mel");
myScript;
However, I am having syntax error with the second line. Not sure where went wrong.
Hope someone could enlighten me.
Thanks in advance
Zin
