Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Warnings

Condition is always false

Scroll Prev Up Next More

This compiler warning is generated if the condition used in an if-else branch is always false.

var 
begin   
    if false
      // do something
    endif         
end                            

This is a very rare warning, but one that probably means that you forgot to finish something in your macro.

 


Topic 109015, last updated on 18-Apr-2020