4D v14.3Boolean Commands |
||
|
4D v14.3
Boolean Commands
Boolean Commands
This example sets a Boolean variable based on the value of a button. It returns True in myBoolean if the myButton button was clicked and False if the button was not clicked. When a button is clicked, the button variable is set to 1. If(myButton=1) ` If the button was clicked The previous example can be simplified into one line. myBoolean:=(myButton=1) |
PROPERTIES
Product: 4D SEE ALSO
False ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |