Quote:
Originally Posted by mbovenka
The 'size' operator counts bytes, but the 'Size (MB)' column displays in MB, like it says. So your 'less than 0.3' should be '<300000'
I got bitten by that as well 
|
It's still biting me. Arrggggh!!!
The only comparison seems to be a straight comparison with zero.
Set Title=teal if size less than 1 is true (regardless of size)
Set Author=teal if size less than 0 is false
I changed that 1 to 300000. True for all sizes.
I changed that 1 to .000003. True for all sizes.
I'm currently using 0.8.31, so I'm up to date.
Have you tried the size comparison with a non-zero number and had it test out successfully?
Thanks for taking the time to help out, GM