/
You shouldnt use zero in most of BUZ
You shouldnt use zero in most of BUZ
Ok, there is a weird rule that the Developers have made in BUZ.
When there is a zero anywhere make it 1.
This sounds odd but when calculating the order and you select a component, say a motor, you never add a number to it, so BUZ bumps the value to 1.
So to stop all the other areas from moving from zero to 1 we added a -1, which will tell BUZ to ignore that day or value.
So in short if you have a 1 or 0 anywhere it will be 1
If you have -1 it will be 0
2 = 2
1 = 1
0 = 1
and
-1 = 0
Hope this isnt too confusing