Quote:
Originally Posted by Tiny
And u said before in ur explainations:
Isn't there a contradiction ?????????????
So what shoul I use if i would like something like:
cl_minmodels { (i would like this to be set to 0)
equal_to 0 or !equal_to 0
set_value 0
}
|
Sorry was really busy last weeks so had no time to support it. But it works like this:
equal_to 0 will check if the value is equal to 0 and if so it will change it to "set_value" so if you use equal_to 0 and use the set_value 0 it will loop indeed.
and for !equal_to 0 it is just the other way around. if the value is not equal to 0 set it to "set_value" this will also loop if you go for set_value 1 or something that is not equal with !equal_to. actually the set_value is not very useful in here.