04-09-2025, 01:04 AM
Needs to be written as:
z = true = Not true
That gives z the expected value of zero. The IDE does not pick up the error with z = true Not true but the compiler does.
Pete
z = true = Not true
That gives z the expected value of zero. The IDE does not pick up the error with z = true Not true but the compiler does.
Pete