This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

^endIf^


Code Type: 

Code Scope of Action: 

Code First Added: 

Code Altered: 

 Conditional Mark-up   [other codes of this type]

 n/a   [codes with similar scope]

 Already in v5.0.0

 format"


^endIf^

Indicates the end of the alternatives indicated by the ^if( condition)^ statement. This closing statement is not mandatory if there is no ^else^ branch to the resulting actions. thus the following are acceptable alternatives:

^if(condition)do stuff^ 

^if(condition)do stuff^^endIf^ 

For the next test a closing ^endIf^ is mandatory:

^if(condition)do stuff^^else^do other stuff^endIf^ 


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Export Codes : Export Codes - Full Listing : ^endIf^