THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/01/2012 at 07:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Mac ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Try the following:
main(doc,op)
{
var temp=10.0;
println(temp==nil);
}
I get a 1, saying that it is a nil.
But if you modify the first line to:
var temp=10;
It returns 0, saying it is not a nil.
This is a bug, right?