On 06/09/2013 at 06:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
Hi folks,
I was under the impression that a Boolean's value would be either TRUE or FALSE - or numerically 1 or 0.
I'm printing a bool value and it's returning -1, after it's been defined as FALSE. I haven't yet found anything in my code that seems to change this value anywhere else (but I'm still checking up on this).
So my query here is, under what circumstances might a bool's value return -1, if it's not changed code-wise or by the user somehow? Or should this simply not happen?
WP.