End_If

End of statements to be executed for an If test.

Example

Script( If_Test )
Boolean( bOK )
Activate( From_Menu )
Message_Clear
bOK = Ask_OK_Cancel( "Press OK to see another message.", "Press OK", FALSE )
If( bOK )
Message( "bOK is TRUE", 0 )
End_If
Return

See Also

If, If_Not, Else

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal