MULTEXT - Document MQL2. SgmlQL reference/Operators.
If...then...else

The operator if...then returns the value of query if the boolean query is true, and empty list otherwise.

The operator if...then...else returns the value of query1 if the boolean query is true, and the value of query2 otherwise.

Prototypes

query <-- if boolean then query

query <-- if boolean then query1 else query2

Examples



| Top | Next (Operators cont'd) | SgmlQL reference | LPL/CNRS | MULTEXT

Copyright © Centre National de la Recherche Scientifique, 1997.