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
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other