Navigation:  Reference > Commands >

End If

Print this Topic Previous pageReturn to chapter overviewNext page

 

This is the end point of the process control command IF/ENDIF.

 

 

ENDIFNo options / No Modifiers

       

 

COMMENTS

For more information on the different structured programming commands, and the ENDIF command in particular, please see Structured Programming Commands.

 

SAMPLE

define Fld1, Fld2 type a size 2

Fld1 = 'OK'

Fld2 = 'OK'

If Fld1 = Fld2

  msg 'This is my message to you...'

Endif

 

 

 

SEE ALSO

IF, ELSE, ELSE_IF

 

 

 


Page url: http://www.cassoftware.com/tas/manual/endif.htm