Leffler
04-02-2009, 03:19 PM
Hello!
I´m having a little problem here
Take a look at this
string $test = "test_knee_test";
if($test == "*_knee_*")
print "Yes";
else print "No";
I want it to return Yes, but it doesn´t. Shouldn´t it?
If i do a search in maya like this:
select -r ("*_knee_*");
That selects what I want ...
... so why is not the if-statement working?
// Otto
I´m having a little problem here
Take a look at this
string $test = "test_knee_test";
if($test == "*_knee_*")
print "Yes";
else print "No";
I want it to return Yes, but it doesn´t. Shouldn´t it?
If i do a search in maya like this:
select -r ("*_knee_*");
That selects what I want ...
... so why is not the if-statement working?
// Otto
