zoc
07-23-2005, 07:42 PM
Hi people...
I have a strange problem.
I have my mel file with a
global proc pippo (){
MyScript
}
If i copy and paste MyScript in script editor, and run it, everything is gone all right.
But if i write this:
source MyMelFile;
pippo;
It doesn't work and the answer is:
// Error: } //
// Error: Syntax error //
Any suggestion?
grazie!
I have a strange problem.
I have my mel file with a
global proc pippo (){
MyScript
}
If i copy and paste MyScript in script editor, and run it, everything is gone all right.
But if i write this:
source MyMelFile;
pippo;
It doesn't work and the answer is:
// Error: } //
// Error: Syntax error //
Any suggestion?
grazie!
