M-J
11-13-2002, 08:06 PM
hey everyone,
i recently ran into a MEL-problem for which i just can't find a solution...
e.g. you have something like the following:
string $test = "test";
...
...
...
button -command "bla($test)";
every time i try ro invoke the procedure "bla" (passing $test as an argument) by pressing the button Maya tells me that $test is an undeclared variable!
i really don't know what else to do since $test IS declared...
well, hope somebody can help me with that
cheers
MJ
i recently ran into a MEL-problem for which i just can't find a solution...
e.g. you have something like the following:
string $test = "test";
...
...
...
button -command "bla($test)";
every time i try ro invoke the procedure "bla" (passing $test as an argument) by pressing the button Maya tells me that $test is an undeclared variable!
i really don't know what else to do since $test IS declared...
well, hope somebody can help me with that
cheers
MJ
