alesmav
09-10-2003, 11:52 AM
Does anybody now how do I clar the variable definition?
For example, if I first define let's say $ups as a string:
string $ups;
I execute the script...
Then for some reason I want to redefine $ups as a float:
float $ups;
But then I get this message:
"Error: Invalid redeclaration of variable "$ups" as a different type."
I understand that the string $ups gets buffered, but I would like to know how to delete $ups variable definition from this buffer without having to restart Maya.
Thnx
ALES
For example, if I first define let's say $ups as a string:
string $ups;
I execute the script...
Then for some reason I want to redefine $ups as a float:
float $ups;
But then I get this message:
"Error: Invalid redeclaration of variable "$ups" as a different type."
I understand that the string $ups gets buffered, but I would like to know how to delete $ups variable definition from this buffer without having to restart Maya.
Thnx
ALES
